diff --git a/02_art_unpack.py b/02_art_unpack.py index dd8cbd5..8d49f9a 100755 --- a/02_art_unpack.py +++ b/02_art_unpack.py @@ -1,4 +1,4 @@ -#!python3 +#!/usr/bin/env python3 from pathlib import Path from ipodhax.silverdb import unpack_silverdb diff --git a/02_art_z_generate_reference_labels_only.py b/02_art_z_generate_reference_labels_only.py index fdf6de3..37d3e99 100755 --- a/02_art_z_generate_reference_labels_only.py +++ b/02_art_z_generate_reference_labels_only.py @@ -1,4 +1,4 @@ -#!python3 +#!/usr/bin/env python3 from ipodhax.silverdb import unpack_silverdb from pathlib import Path diff --git a/03_art_pack.py b/03_art_pack.py index 21519d5..d4eadf1 100755 --- a/03_art_pack.py +++ b/03_art_pack.py @@ -1,4 +1,4 @@ -#!python3 +#!/usr/bin/env python3 from pathlib import Path from ipodhax.silverdb import pack_silverdb