Initial commit: Audio Dashboard Management System

Made-with: Cursor
This commit is contained in:
yangy
2026-03-04 18:17:34 +08:00
commit 75b1d16453
39 changed files with 3771 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from routes.brands import router as brands_router
from routes.models import router as models_router
__all__ = ["brands_router", "models_router"]