mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
11 lines
90 B
Python
11 lines
90 B
Python
from nonebot import load_plugins
|
|
import os
|
|
|
|
|
|
load_plugins(os.path.dirname(__file__))
|
|
|
|
|
|
|
|
|
|
|