This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
"""Ingestion domain migrated into the application package."""
|
||||
|
||||
from .domain.models import IngestionRequest, IngestionResult, SourceDocument
|
||||
"""Re-export canonical kab_ingestion symbols."""
|
||||
from kab_ingestion import IngestionRequest, IngestionResult, SourceDocument
|
||||
|
||||
__all__ = ["IngestionRequest", "IngestionResult", "SourceDocument"]
|
||||
|
||||
Reference in New Issue
Block a user