Fix missing hashbang
This commit is contained in:
parent
565bb704e0
commit
c58c5fa8fa
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import json
|
||||
from pathlib import Path
|
||||
|
|
Loading…
Reference in a new issue