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