python-FloatImg/floatimg/settings.py

6 lines
128 B
Python
Raw Normal View History

import ctypes
2021-05-14 09:11:35 +02:00
PATH_ENCODING = "utf8"
LIB = ctypes.cdll.LoadLibrary("../FloatImg4PythonBinding/build/lib/libfloatimg.so")