mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 19:57:04 +08:00
5 lines
178 B
Python
5 lines
178 B
Python
from . events import *
|
|
from . context import EventContext, APIHost as PluginHost
|
|
|
|
def emit(*args, **kwargs):
|
|
print('插件调用了已弃用的函数 pkg.plugin.host.emit()') |