beremiz

15c05ba95df4
LogMessage string pointer now char* instead of uint8_t*
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")