mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-30 04:00:31 +08:00
6 lines
90 B
Python
6 lines
90 B
Python
import os.path
|
|
|
|
from nonebot import load_plugins
|
|
|
|
load_plugins(os.path.dirname(__file__))
|