GenshinUID/__init__.py
2022-08-29 23:12:44 +08:00

6 lines
90 B
Python

import os.path
from nonebot import load_plugins
load_plugins(os.path.dirname(__file__))