Add a proper shebang

This commit is contained in:
2021-02-03 20:28:12 +03:00
parent bec7a9f7ad
commit ea4cd19015
2 changed files with 2 additions and 0 deletions
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from cffi import FFI
ffibuilder = FFI()
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import time
from _xdo_cffi import ffi, lib