devops.config.toml
Module for handling TOML files in a DevOps context.
Functions
|
Load a TOML file and return its contents as a dictionary. |
Exceptions
|
Custom exception for TOML-related errors. |
- exception devops.config.toml.TomlError(message)[source]
Bases:
ExceptionCustom exception for TOML-related errors.
- Parameters:
message (str)
- Return type:
None