nonebot2/tests/plugins/export.py
2021-12-16 17:28:57 +08:00

7 lines
59 B
Python

from nonebot import export
@export()
def test():
...