sirus / backend /ml_module /__init__.py
ranilmukesh's picture
Deploy SiRUS SQL Agent backend
783a952
"""Top-level package for the ml_module.
This file marks the directory as a Python package and exposes a
convenient alias for the storage service when imported at the
package level.
"""
__all__ = [
"core",
"services",
"utils",
]