Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 02_art_unpack.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!python3
#!/usr/bin/env python3

from pathlib import Path
from ipodhax.silverdb import unpack_silverdb
Expand Down
2 changes: 1 addition & 1 deletion 02_art_z_generate_reference_labels_only.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!python3
#!/usr/bin/env python3

from ipodhax.silverdb import unpack_silverdb
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion 03_art_pack.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!python3
#!/usr/bin/env python3

from pathlib import Path
from ipodhax.silverdb import pack_silverdb
Expand Down