1
0

add shebang

This commit is contained in:
Nathan TeBlunthuis 2024-12-15 18:47:07 -08:00
parent 52694e0498
commit c6c9ec173b

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import pandas as pd import pandas as pd
import fire import fire
from pathlib import Path from pathlib import Path