spamosaic.utils.Config

class spamosaic.utils.Config(dictionary)[source]

A wrapper class that recursively converts a dictionary to an object with attribute-style access.

__dict__

Stores the nested configuration structure.

Type:

dict