mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2025-04-05 00:53:49 +03:00
8 lines
148 B
Python
8 lines
148 B
Python
from ocab_core.modules_system.public_api import register_router
|
|
|
|
from .routers import router
|
|
|
|
|
|
async def module_init():
|
|
register_router(router)
|