QChatGPT/pkg/plugin/host.py

9 lines
308 B
Python
Raw Normal View History

2024-03-20 15:48:11 +08:00
# 此模块已过时
# 请从 pkg.plugin.context 引入 BasePlugin, EventContext 和 APIHost
# 最早将于 v3.4 移除此模块
2024-01-29 21:22:27 +08:00
from . events import *
from . context import EventContext, APIHost as PluginHost
2023-01-13 16:49:56 +08:00
2024-01-29 21:22:27 +08:00
def emit(*args, **kwargs):
print('插件调用了已弃用的函数 pkg.plugin.host.emit()')