重构机器人
This commit is contained in:
9
bot/__init__.py
Normal file
9
bot/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Telegram Bot 模块
|
||||
|
||||
提供 Telegram Bot 接口来控制 OpenAI 账号注册系统
|
||||
"""
|
||||
|
||||
from bot.app import create_application
|
||||
|
||||
__all__ = ["create_application"]
|
||||
Reference in New Issue
Block a user