init commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import aiogram
|
||||
|
||||
import app.routing.base.routers
|
||||
|
||||
routing_router = aiogram.Router(name=__package__)
|
||||
|
||||
routing_router.include_routers(
|
||||
app.routing.base.routers.base_router,
|
||||
)
|
||||
Reference in New Issue
Block a user