This commit is contained in:
Reid 'arrdem' McKenzie 2021-10-10 21:40:27 -06:00
parent d7a70ed82c
commit e59b7b1bbd
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,7 @@ from shutil import copy2 as copyfile
from .util import *
parser = argparse.ArgumentParser()
parser.add_argument("from_dir", type=Path)
parser.add_argument("to_dir", type=Path)

View file

@ -1,7 +1,6 @@
import typing as t
from hashlib import sha256
from pathlib import Path
import typing as t
def iter_chunks(fp):