from .predict import router as predict from .train import router as train from .status import router as status from .dashboard import router as dashboard from .batch_predict import router as batch_predict from .monitor import router as monitor from .playground import router as playground