config_manager module

class config_manager.ConfigManager

Bases: object

static load_config()

Load configuration from the config.json file. Returns simplified config without debug flags and volume.

static save_config(config)

Save current configuration to config.json file.

Parameters:

config – Dictionary with configuration values