mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-01-26 18:12:47 +08:00
7 lines
108 B
Python
7 lines
108 B
Python
|
import logging
|
||
|
|
||
|
def test_none():
|
||
|
"""基准测试示例
|
||
|
"""
|
||
|
logging.info("测试成功")
|
||
|
pass
|