Config
(fl)[source]¶Class holds constants from config.json. These variables are set and held from one vocal session to another to make the ux a little smoother. Use CONF in constants.py to access the class. See self.get_variable_dict for adding config entries
get_variable_dict
()[source]¶Returns a dictionary of keys corresponding to keys in the config file and variables corresponding to the keys’ respective values. To add an entry to the config, you must add an entry here and create the initial variable value in the __init__. Make sure to use descriptive keys.