configabcOn this pageabcTOC Classes: 🅲 ConfigInterface Classes 🅲 ConfigInterface class ConfigInterface(ABC): 🅼 __setattr__ @abstractmethoddef __setattr__(self, key, value): 🅼 __getattr__ @abstractmethoddef __getattr__(self, key): 🅼 update @abstractmethoddef update(self, another): 🅼 here @property@abstractmethoddef here(self):