File size: 140 Bytes
ba12b59
 
 
 
 
 
1
2
3
4
5
6
class Plugin:
    def __init__(self):
        self.handlers = {}

    def get_help_text(self, **kwargs):
        return "暂无帮助信息"