beremiz

Added Beremiz_service.py command line switch to load python extention for runtime independently from PLC program
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")