mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +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"))
|