nonebot2/tests/plugins/export.py

7 lines
59 B
Python
Raw Normal View History

2021-12-16 17:28:57 +08:00
from nonebot import export
@export()
def test():
...