# Cfg ```{eval-rst} .. autoclass:: sorrel.config.Cfg :members: :undoc-members: .. note:: Type hints for these attributes apply to any parameter with the same name, even if they are nested under different entries. ``` ## Functions Note that these are functions, not class methods. ```{eval-rst} .. autofunction:: sorrel.config.parse_args .. autofunction:: sorrel.config.load_config ```