sirus / backend /ml_module /services /__init__.py
ranilmukesh's picture
Deploy SiRUS SQL Agent backend
783a952
"""Services package for ml_module.
Contains storage and other services used by the ml_module.
"""
from .storage_service import MLStorageService
__all__ = ["MLStorageService"]