Spaces:
Running
Running
| # Ingestion module | |
| from ingestion.pipeline import IngestionPipeline | |
| from ingestion.loader import Loader | |
| from ingestion.processor import Processor | |
| __all__ = ['IngestionPipeline', 'Loader', 'Processor'] | |