from nonebot import export


@export()
def test():
    return "export"