Add /bin/env python shebang

This commit is contained in:
fanyx 2022-11-04 13:32:45 +01:00
parent 15aa006540
commit b139a2eadf
1 changed files with 2 additions and 0 deletions

2
build.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/bin/env python
import yaml import yaml
from os.path import dirname from os.path import dirname