Configs

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

Bases: object

Parameters:config_file (str) –
read_config()[source]

Read the config file into a config object

sections

what sections are there in the config file

Returns:
Return type:sorted list of sections in the yaml file
glados.configs.read_config(config_file)[source]
Parameters:config_file (str) –