load_config_files# load_config_files(config_paths: Iterable[Path]) → Generator[Config, None, None][source]# Load config files into new config instances. Parameters: config_paths (Iterable[Path]) – Path to the config file. Yields: Config