linhj07's picture
Upload 139 files
ba12b59
raw
history blame contribute delete
140 Bytes
class Plugin:
def __init__(self):
self.handlers = {}
def get_help_text(self, **kwargs):
return "暂无帮助信息"