mirror of
https://github.com/borbann-platform/backend-api.git
synced 2025-12-18 20:24:05 +01:00
6 lines
214 B
Python
6 lines
214 B
Python
from .simple_ingest import SimpleIngestionStrategy
|
|
from .mapping_ingest import MLIngestionStrategy
|
|
from .base import IngestionMethod
|
|
|
|
__all__ = ["SimpleIngestionStrategy", "MLIngestionStrategy", "IngestionMethod"]
|