glados.configs module

class glados.configs.GladosConfig(config_file: str)[source]

Bases: object

read_config()[source]

Read the config file into a config object

property sections

what sections are there in the config file

Returns

sorted list of sections in the yaml file

Return type

List[str]