nonebot2/tests/plugins/export.py

7 lines
59 B
Python
Raw Normal View History

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