mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
5 lines
111 B
Python
Executable File
5 lines
111 B
Python
Executable File
import ffi
|
|
|
|
show = ffi.func("v", "native_module_show", "s")
|
|
add = ffi.func("i", "native_module_add", "ii")
|