from epdb.api import router as epdb_app_router from ninja import NinjaAPI api = NinjaAPI() api.add_router("/", epdb_app_router)