mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
6 lines
101 B
Python
6 lines
101 B
Python
from pathlib import Path
|
|
|
|
import nonebot
|
|
|
|
nonebot.load_plugins(str(Path(__file__).parent.resolve()))
|