mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-01 08:45:18 +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"))
|