def save_config(self) -> None: """ Convert the config to dict and write it out to the YAML file. :return: """ save_config(self.config.to_dict())
def save_config(self): save_config(self.config.to_dict())