Exemplo n.º 1
0
    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())
Exemplo n.º 2
0
 def save_config(self):
     save_config(self.config.to_dict())
Exemplo n.º 3
0
 def save_config(self):
     save_config(self.config.to_dict())