User configuration
------------------

Most paths and some other settings are stored in the ``Config`` object.  You should access these settings through this object.

.. automodule:: subuserlib.classes.config
 :members:
 :undoc-members:

The config object uses ``loadMultiFallbackJsonConfigFile`` module to help it load settings:

.. automodule:: subuserlib.loadMultiFallbackJsonConfigFile
 :members:
 :undoc-members:

