open-navigator / pipeline /__init__.py
jcbowyer's picture
Clean HuggingFace deployment without binary files
61d29fc
"""Pipeline module for data processing and storage."""
from pipeline.delta_lake import DeltaLakePipeline
__all__ = ["DeltaLakePipeline"]