Add a proper shebang

This commit is contained in:
NeoTheFox 2021-02-03 20:28:12 +03:00
parent bec7a9f7ad
commit ea4cd19015
2 changed files with 2 additions and 0 deletions

1
xdo_build.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
from cffi import FFI
ffibuilder = FFI()

1
xdo_test.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import time
from _xdo_cffi import ffi, lib