beremiz

fix issue that was impossible to remove local instance of functional
block if pou is written in ST or IL
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")