avid.common.config_manager.get_setting
- avid.common.config_manager.get_setting(key: str, scope: str = 'merged') Any | None
Retrieve a setting value. :param key: Dotted key, e.g.
"core.timeout". :param scope: Indicating the scope in which the setting should be fetched. One of"user","venv","merged". :returns: The setting value, or None if not found.