oliver2023's picture
Duplicate from linhj07/chatgpt-on-wechat
0dc9888
raw
history blame contribute delete
140 Bytes
class Plugin:
def __init__(self):
self.handlers = {}
def get_help_text(self, **kwargs):
return "暂无帮助信息"