Files
rag-manager/ingest_pipeline/__main__.py
2025-09-15 12:35:42 -04:00

7 lines
116 B
Python

"""Main entry point for the ingestion pipeline."""
from .cli.main import app
if __name__ == "__main__":
app()