Add pull and upload

This commit is contained in:
2021-08-01 01:44:35 +00:00
parent 76e8c29056
commit 091740cac2

View File

@@ -4,7 +4,9 @@ from app.pack import Pack
def test_pack():
pack = Pack()
pack.clone()
pack.pull()
pack.collate()
pack.compress()
pack.hash()
pack.upload()