File size: 108 Bytes
783a952
 
 
 
 
1
2
3
4
5
6
"""FastAPI routers for the ML module service."""

from .artifact_routes import router

__all__ = ["router"]