add stuckt
This commit is contained in:
10
app.bot/__init__.py
Normal file
10
app.bot/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Telegram Bot Module
|
||||
|
||||
Модуль содержит все компоненты Telegram бота:
|
||||
- telegram_bot.py - основной файл бота
|
||||
- bot_config.py - конфигурация
|
||||
- api_client.py - HTTP клиент для API
|
||||
"""
|
||||
|
||||
__version__ = "1.0.0"
|
||||
Reference in New Issue
Block a user