added router in main
This commit is contained in:
parent
40bfe42974
commit
ee703dd6c6
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from pathlib import Path
|
|||
from datetime import datetime
|
||||
|
||||
# Import routers
|
||||
from routes import training_router, models_router, inference_router, datasets_router, auth_router
|
||||
from routes import training_router, models_router, inference_router, datasets_router, auth_router, export_router
|
||||
from auth import storage
|
||||
from utils.hardware import detect_hardware
|
||||
import utils.hardware.hardware as _hw_module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue