add stuckt

This commit is contained in:
2025-09-22 12:35:41 +05:00
parent 5b9c55a4dc
commit 046b610a34
28 changed files with 937 additions and 3576 deletions

10
app.bot/__init__.py Normal file
View File

@@ -0,0 +1,10 @@
"""
Telegram Bot Module
Модуль содержит все компоненты Telegram бота:
- telegram_bot.py - основной файл бота
- bot_config.py - конфигурация
- api_client.py - HTTP клиент для API
"""
__version__ = "1.0.0"