from ocab_core.modules_system.public_api import register_router from .routers import router async def module_init(): register_router(router)