nonebot2/tests/plugins/export.py

7 lines
71 B
Python
Raw Normal View History

2021-12-16 17:28:57 +08:00
from nonebot import export
@export()
def test():
2022-05-26 16:35:47 +08:00
return "export"