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