mirror of
https://github.com/erjiang/huion-keys.git
synced 2026-06-13 14:30:50 +03:00
Add a proper shebang
This commit is contained in:
Regular → Executable
+1
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
from cffi import FFI
|
from cffi import FFI
|
||||||
|
|
||||||
ffibuilder = FFI()
|
ffibuilder = FFI()
|
||||||
|
|||||||
Regular → Executable
+1
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from _xdo_cffi import ffi, lib
|
from _xdo_cffi import ffi, lib
|
||||||
|
|||||||
Reference in New Issue
Block a user