"""Pipeline module for data processing and storage.""" from pipeline.delta_lake import DeltaLakePipeline __all__ = ["DeltaLakePipeline"]