Commit 9eacd18b authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Georgios Dagkakis

getRequiredParts introduced to Entity

parent 7c8e87a8
...@@ -106,4 +106,10 @@ class Entity(ManPyObject): ...@@ -106,4 +106,10 @@ class Entity(ManPyObject):
#=========================================================================== #===========================================================================
def checkIfRequiredPartsReady(self): def checkIfRequiredPartsReady(self):
return True return True
#===========================================================================
# method not implemented yet
#===========================================================================
def getRequiredParts(self):
return []
\ No newline at end of file
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