zhenxun_bot/zhenxun/builtin_plugins/superuser/__init__.py

6 lines
101 B
Python
Raw Normal View History

2022-12-27 11:31:34 +08:00
from pathlib import Path
2021-10-03 14:24:07 +08:00
2022-12-27 11:31:34 +08:00
import nonebot
2021-11-23 21:44:59 +08:00
2022-12-27 11:31:34 +08:00
nonebot.load_plugins(str(Path(__file__).parent.resolve()))