GenshinUID/__init__.py
2023-03-25 18:30:06 +08:00

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')