Files
data-ge/app/services/__init__.py
2025-12-08 23:16:13 +08:00

5 lines
111 B
Python

from .gateway import LLMGateway
from .rag_client import RagAPIClient
__all__ = ["LLMGateway", "RagAPIClient"]