from routes.brands import router as brands_router from routes.models import router as models_router __all__ = ["brands_router", "models_router"]