智能文本编辑代码

智能文本编辑代码

  • 智能文本编辑代码

智能文本编辑代码

from glob import glob


class ZhiWen:
    def __init__(self, root):
        self.path = glob(root + "/*.txt")

    

你可能感兴趣的:(世界上最强GUI,windows,linux,microsoft)