feat: add shebang

This commit is contained in:
Paul Gauthier (aider) 2024-08-22 08:01:35 -07:00
parent ed60c094b9
commit 6a612d784f

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import json import json
import re import re
import sys import sys