Searched defs:load_config (Results 1 – 2 of 2) sorted by relevance
115 def load_config(args: dict[str, Any]) -> Log: # type: ignore[explicit-any] function
361 def load_config(config_path: str | None) -> dict[str, str | dict]: function