mirror of
https://github.com/erjiang/huion-keys.git
synced 2026-03-23 13:44:52 +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
|
||||
|
||||
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
|
||||
|
||||
from _xdo_cffi import ffi, lib
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user