petal.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:petal 作者: hdmifish 项目源码 文件源码
def __init__(self):

        try:
            super().__init__()
        except Exception as e:
            log.err("Could not initialize client object: " + str(e), "r")
        else:
            log.info("Client object initialized")

        self.config = Config()
        self.commands = Commands(self)
        self.members = Members(self)

        log.info("Configuration object initalized")
        return
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号