Files

6 lines
83 B
Python

"""Entry point for `python -m ingestion`."""
from ingestion.cli import cli
cli()