"""FastAPI routers for the ML module service.""" from .artifact_routes import router __all__ = ["router"]