def __setitem__(self, key, value): if isinstance(value, Mapping): value = Config(**value) self._values[key] = value