Esempio n. 1
0
 def lineage(cls):
     """
         A PresentationConfig can have any ConfigEntity for a parent
     :param cls:
     :return:
     """
     return ConfigEntity.__subclasses__()
Esempio n. 2
0
 def lineage(cls):
     """
         A PresentationConfig can have any ConfigEntity for a parent
     :param cls:
     :return:
     """
     return ConfigEntity.__subclasses__()