重构机器人

This commit is contained in:
dela
2026-01-30 10:48:56 +08:00
parent 81577a3a59
commit 9b7ecb7b80
17 changed files with 1270 additions and 1 deletions

9
bot/__init__.py Normal file
View File

@@ -0,0 +1,9 @@
"""
Telegram Bot 模块
提供 Telegram Bot 接口来控制 OpenAI 账号注册系统
"""
from bot.app import create_application
__all__ = ["create_application"]