重构机器人
This commit is contained in:
7
bot/handlers/__init__.py
Normal file
7
bot/handlers/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Bot 命令处理器模块
|
||||
"""
|
||||
|
||||
from bot.handlers import start, go, status, settings
|
||||
|
||||
__all__ = ["start", "go", "status", "settings"]
|
||||
Reference in New Issue
Block a user