mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 08:12:14 +08:00
5 lines
94 B
Python
5 lines
94 B
Python
|
import nonebot
|
||
|
from .test_export import export
|
||
|
|
||
|
print(export, nonebot.require("test_export"))
|