avid.common.config_manager.get_setting_from_dict
- avid.common.config_manager.get_setting_from_dict(key: str, config_dict: Dict[str, Any]) Any | None
Retrieve a setting value. :param key: Dotted key, e.g.
"core.timeout". :param config_dict: The loaded toml dict from which the value should be retrieved. :returns: The setting value, or None if not found.