- bot/handlers/commands.py - команды (/start, /menu, /help, /settings) - bot/handlers/callbacks.py - callback от меню (468 строк) - bot/services/command_executor.py - выполнение команд (299 строк) - bot.py сокращён до 1330 строк (было 2365, -1000 строк!) Итого: - models: 425 строк - utils: 384 строки - keyboards: 200 строк - handlers: 600 строк - services: 300 строк - bot.py: 1330 строк (точка входа + хендлеры сообщений) Version: 0.5.1 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| command_executor.py | ||