cognee/infrastructure/loaders/core/__init__.py
2025-07-13 20:24:52 +02:00

5 lines
124 B
Python

"""Core loader implementations that are always available."""
from .text_loader import TextLoader
__all__ = ["TextLoader"]