quotes.py 文件源码

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

项目:GLaDOS2 作者: TheComet 项目源码 文件源码
def __init__(self, server_instance, full_name):
        super(Quotes, self).__init__(server_instance, full_name)

        self.quotes_path = os.path.join(self.local_data_dir, 'quotes')
        if not os.path.exists(self.quotes_path):
            os.makedirs(self.quotes_path)

        self.dictionaries = [
            enchant.Dict('en_US'),
            enchant.Dict('en_GB')
        ]
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号