Specify that this script uses python3

Fixes running on macOS
This commit is contained in:
Sam Lantinga 2024-07-23 09:01:03 -07:00
parent 230161a50c
commit a432221db5

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os
from argparse import ArgumentParser
from pathlib import Path