main
HuangHai 2 weeks ago
parent 17565e8a03
commit 51904ff692

@ -95,6 +95,8 @@ async def main():
# 将path目录下的images目录整体拷贝到 output下
shutil.copytree(path + r'/images', output_dir + r'/images')
# 删除path目录下
shutil.rmtree(path)
if __name__ == "__main__":

Loading…
Cancel
Save