add shebang

This commit is contained in:
Florian Bezannier
2020-12-04 14:47:23 +01:00
parent 2a62e7afe7
commit 0703285c41
2 changed files with 2 additions and 0 deletions
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import json
import os
import shutil
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import sys
import threading
from threading import Thread