5 lines
194 B
Python
5 lines
194 B
Python
"""Re-export canonical kab_ingestion symbols."""
|
|
from kab_ingestion import IngestionRequest, IngestionResult, SourceDocument
|
|
|
|
__all__ = ["IngestionRequest", "IngestionResult", "SourceDocument"]
|