sirus / backend /ml_module /utils /__init__.py
ranilmukesh's picture
Deploy SiRUS SQL Agent backend
783a952
"""Utility helpers for ml_module."""
from .helpers import generate_project_id
__all__ = ["generate_project_id"]