expyfun.get_config_path#

expyfun.get_config_path()[source]#

Get path to standard expyfun config file.

Returns:
config_pathstr

The path to the expyfun configuration file. On windows, this will be ‘%APPDATA%.expyfunexpyfun.json’. On every other system, this will be $HOME/.expyfun/expyfun.json.