Add python env line (#22)

Add python environment #!
This commit is contained in:
JJTech 2023-09-07 08:34:05 -04:00 committed by GitHub
commit 35020e2a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
import json import json
import logging import logging
import os import os