mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 06:21:29 +08:00
6 lines
95 B
Python
6 lines
95 B
Python
import nonebot
|
|
|
|
from .test_export import export
|
|
|
|
print(export, nonebot.require("test_export"))
|