Files
mai-bot/src/chat/focus_chat/planners/actions/__init__.py
SengokuCola d19d5fe885 fix:ruff
2025-05-16 17:15:55 +08:00

6 lines
170 B
Python

# 导入所有动作模块以确保装饰器被执行
from . import reply_action # noqa
from . import no_reply_action # noqa
# 在此处添加更多动作模块导入