nicetoolbox.utils.filehandling.load_toml

nicetoolbox.utils.filehandling.load_toml(toml_path: str) dict[source]

Load TOML data from a file.

Parameters:

toml_path (str) – The path to the TOML file.

Returns:

The TOML data loaded from the file.

Return type:

dict