mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-06-06 14:05:23 +00:00
8 lines
105 B
Python
Executable File
8 lines
105 B
Python
Executable File
import logging
|
|
|
|
|
|
def test_none():
|
|
"""基准测试示例"""
|
|
logging.info("测试成功")
|
|
pass
|