Example #1
0
 def __init__(self, name):
     Production.__init__(self, name)
Example #2
0
 def __init__(self, name):
     Production.__init__(self, name)
     self.time = None
Example #3
0
 def __init__(self, name):
     Production.__init__(self, name)
     self.time = None
Example #4
0
 def __init__(self, name):
     Production.__init__(self, name)