Commit 907b6735 authored by Georgios Dagkakis's avatar Georgios Dagkakis

new attribute in part to be used in the example

parent b9e91bb7
......@@ -35,5 +35,5 @@ class Part(Entity):
type="Part"
def __init__(self, id=None, name=None, remainingProcessingTime=0,currentStation=None,**kw):
Entity.__init__(self, id, name, remainingProcessingTime=remainingProcessingTime,currentStation=currentStation)
self.status='Good'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment