LittlePaimon/Paimon_Plugins/__init__.py

11 lines
95 B
Python
Raw Normal View History

2022-08-07 00:17:07 +08:00
import os.path
2022-06-21 16:26:13 +08:00
2022-08-07 00:17:07 +08:00
from nonebot import load_plugins
2022-06-21 16:26:13 +08:00
2022-06-09 21:57:56 +08:00
load_plugins(os.path.dirname(__file__))
2022-05-03 11:34:34 +08:00