t9k.config.Config¶ Config() SDK config. Methods¶ get¶ get(self, key: str, default: Any = None) ‑> Any items¶ items(self) ‑> ItemsView[str, Any] to_dict¶ to_dict(self) ‑> Dict[str, Any] update¶ update(self, new_config: Dict[str, Any]) ‑> None