6 lines
128 B
Python
6 lines
128 B
Python
import ctypes
|
|
|
|
PATH_ENCODING = "utf8"
|
|
|
|
LIB = ctypes.cdll.LoadLibrary("../FloatImg4PythonBinding/build/lib/libfloatimg.so")
|