odatse.util.toml module

odatse.util.toml.load(path: str) MutableMapping[str, Any][source]

read TOML file

Parameters:

path (str) – File path to an input TOML file

Returns:

toml_dict – Dictionary representing TOML file

Return type:

MutableMapping[str, Any]