mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 20:14:36 +00: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()') |