Версия 1.0
This commit is contained in:
7
BotCode/handlers/commands/__init__.py
Normal file
7
BotCode/handlers/commands/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from aiogram import Router
|
||||
from .start_cmd import router as start_cmd_router
|
||||
|
||||
__all__ = ('router',)
|
||||
router = Router(name="post_router")
|
||||
|
||||
router.include_routers(start_cmd_router,)
|
||||
Reference in New Issue
Block a user