ai-hackaton-backend/rag/service/__init__.py
2025-09-03 14:36:27 +05:00

4 lines
56 B
Python

from .model import RagService
__all__ = ['RagService']