nonebot2/tests/plugins/export.py
2022-05-26 16:35:47 +08:00

7 lines
71 B
Python

from nonebot import export
@export()
def test():
return "export"