test.py 92 B

12345
  1. from utils.fileio import *
  2. file_list = walk_files("target/archive")
  3. print(len(file_list))