```python with open(self._config_file, "r", encoding="utf8") as fp: data = yaml.load(fp, Loader=yaml.FullLoader) config = DotMap(data) ``` I want to be able to re-save the changes to yaml when I change the config