config module

class config.Config(config, prefix='')

Bases: dict

get(key, default=None)

Return the value for key if key is in the dictionary, else default.