mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-06-14 16:17:43 +00:00
5 lines
94 B
Python
5 lines
94 B
Python
import nonebot
|
|
from .test_export import export
|
|
|
|
print(export, nonebot.require("test_export"))
|