First commit
This commit is contained in:
9
bot/handlers/commands/special/__init__.py
Normal file
9
bot/handlers/commands/special/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from aiogram import Router
|
||||
|
||||
# Настройка экспорта и роутера
|
||||
__all__ = ("router",)
|
||||
router: Router = Router(name=__name__)
|
||||
|
||||
# Подключение роутеров
|
||||
# router.include_routers(
|
||||
# )
|
||||
Reference in New Issue
Block a user