Association Registry
The AssociationRegistry is the
rule organizer. An AssociationRegistry
is instantiated with the files containing the desired rules. The
match() method
is used to find associations that a member belongs to.
AssociationRegistry
is a subclass of dict and supports all of its methods.
In particular, multiple AssociationRegistry
instances can be combined using the update() method.