def load(self): StarFlowConfig.load(self) self.load_registry()
def __init__(self): StarFlowConfig.__init__(self) self.load() self._data_environments = None