mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-06-20 03:47:47 +00:00
new file: nonebot_plugin_marshoai/tools/marshoai-megakits/a.py nonebot_plugin_marshoai/tools/marshoai-megakits/__init__.py nonebot_plugin_marshoai/tools/marshoai-megakits/tools.json
5 lines
74 B
Python
5 lines
74 B
Python
from nonebot import logger
|
|
|
|
|
|
def b () :
|
|
logger.success("测试成功") |