beremiz
Clone
Summary
Browse
Changes
Graph
Added example of SFC simulating traffic lights
2013-12-06, Laurent Bessard
45935812f930
Added example of SFC simulating traffic lights
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")