Files
data-ge/app/services/__init__.py
2025-10-29 00:38:57 +08:00

4 lines
58 B
Python

from .gateway import LLMGateway
__all__ = ["LLMGateway"]