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