QChatGPT/pkg/plugin/host.py
2024-01-29 21:22:27 +08:00

5 lines
178 B
Python

from . events import *
from . context import EventContext, APIHost as PluginHost
def emit(*args, **kwargs):
print('插件调用了已弃用的函数 pkg.plugin.host.emit()')