Files
autoPlus/bot/__init__.py
2026-01-30 10:48:56 +08:00

10 lines
165 B
Python

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