mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
12 lines
118 B
Python
Executable File
12 lines
118 B
Python
Executable File
import nonebot
|
|
from pathlib import Path
|
|
|
|
|
|
nonebot.load_plugins(str(Path(__file__).parent.resolve()))
|
|
|
|
|
|
|
|
|
|
|
|
|