основной текст в отдельном файле

This commit is contained in:
Vladless
2024-10-22 01:53:50 +03:00
parent 42d5390564
commit e0b14d60a2
14 changed files with 126 additions and 121 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ storage = MemoryStorage()
dp = Dispatcher(bot=bot, storage=storage)
router = Router()
from handlers import key_management, keys, notifications, pay, profile, start, backup_handler
from handlers import (backup_handler, key_management, keys, notifications, pay,
profile, start)
dp.include_router(start.router)
dp.include_router(profile.router)