Ejemplo n.º 1
0
 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
Ejemplo n.º 2
0
 def __init__(self):
     Maskable.__init__(self)
     #callable, to be implemented during implementation of user stories
     self.use = self.todo()