Load the global config from ~/.config/openkb/global.yaml.
()
| 262 | |
| 263 | |
| 264 | def load_global_config() -> dict[str, Any]: |
| 265 | """Load the global config from ~/.config/openkb/global.yaml.""" |
| 266 | return _load_global_config_unlocked() |
| 267 | |
| 268 | |
| 269 | def save_global_config(config: dict[str, Any]) -> None: |
no test coverage detected