Datavision / backend /ingestion /__init__.py
DataVision CI/CD Bot
release: clean production build for HuggingFace Space
09801ca
Raw
History Blame Contribute Delete
202 Bytes
# Ingestion module
from ingestion.pipeline import IngestionPipeline
from ingestion.loader import Loader
from ingestion.processor import Processor
__all__ = ['IngestionPipeline', 'Loader', 'Processor']