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