mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-07-03 05:23:29 +00:00
7 lines
169 B
Python
7 lines
169 B
Python
from pathlib import Path
|
|
|
|
from nonebot import load_plugins
|
|
|
|
dir_ = Path(__file__).parent
|
|
load_plugins(str(dir_ / 'GenshinUID'), 'hoshino.modules.GenshinUID.GenshinUID')
|