beremiz

Introduce Beremiz Native POU library. Now LOGGER POU is part of Beremiz' native POU library
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")