mirror of
https://github.com/erjiang/huion-keys.git
synced 2026-03-23 21:54:53 +03:00
Add a proper shebang
This commit is contained in:
parent
bec7a9f7ad
commit
ea4cd19015
1
xdo_build.py
Normal file → Executable file
1
xdo_build.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
from cffi import FFI
|
from cffi import FFI
|
||||||
|
|
||||||
ffibuilder = FFI()
|
ffibuilder = FFI()
|
||||||
|
|||||||
1
xdo_test.py
Normal file → Executable file
1
xdo_test.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from _xdo_cffi import ffi, lib
|
from _xdo_cffi import ffi, lib
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user