Table of Contents
load_config.config
LoadConfig Objects
class LoadConfig()
The class includes all necessary methods to load the configuration from the config file
load_correct_config_dict
@staticmethod
def load_correct_config_dict() -> Dict
The method includes a functionality to translate the configuration from a Yaml file and returns the configuration as a dictionary
Raises:
KeyError
- Missed specifying a necessary configuration environment variable
Returns:
data
Dict - Returns the configuration as dictionary