예제 #1
0
파일: node.py 프로젝트: elesbom/eispatterns
 def __init__(self):
     Maskable.__init__(self)
     #callable, to be implemented during implementation of user stories
     self.process = self.todo()
     #to be set during instantiation
     self.location = None
예제 #2
0
 def __init__(self):
     Maskable.__init__(self)
     #callable, to be implemented during implementation of user stories
     self.use = self.todo()