sirus / backend /ml_module /api /__init__.py
ranilmukesh's picture
Deploy SiRUS SQL Agent backend
783a952
"""FastAPI routers for the ML module service."""
from .artifact_routes import router
__all__ = ["router"]