mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-12 06:55:58 +08:00
7 lines
128 B
Python
7 lines
128 B
Python
from pathlib import Path
|
|
|
|
from nonebot import load_plugins
|
|
|
|
dir_ = Path(__file__).parent
|
|
load_plugins(str(dir_ / 'GenshinUID'))
|