Commit e4fc2347 authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Georgios Dagkakis

getRequiredParts introduced to Entity

parent d73eacee
......@@ -106,4 +106,10 @@ class Entity(ManPyObject):
#===========================================================================
def checkIfRequiredPartsReady(self):
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