6 lines
135 B
Python
6 lines
135 B
Python
"""KAB content ingestion agent."""
|
|
|
|
from .models import NormalizedDocument, SyncCursor
|
|
|
|
__all__ = ["NormalizedDocument", "SyncCursor"]
|