摘要: from threading import Thread import os class InputData(object): def read(self): raise NotImplementedError class PathInputData(InputData): def __init__ 阅读全文
posted @ 2022-08-12 23:52 ty1539 阅读(26) 评论(0) 推荐(0) 编辑