ai-hackaton-backend/rag/service/__init__.py

4 lines
56 B
Python

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