load_toml_config

load_toml_config(path: Path) Config[source]

Load config from toml config file.

Parameters:

path (Path) – Path to the toml config file.

Returns:

Configuration instance generate from toml definition.

Return type:

Config

Raises:

ConfigNotFoundError – If no config file does not contain ‘qt-dev-helper’ config.