5 lines
83 B
Python
5 lines
83 B
Python
|
|
"""Allow python -m aucourt_ingest."""
|
||
|
|
from aucourt_ingest.main import main
|
||
|
|
|
||
|
|
main()
|