| 1 | """An advanced association proxy example which |
| 2 | illustrates nesting of association proxies to produce multi-level Python |
| 3 | collections, in this case a dictionary with string keys and sets of integers |
| 4 | as values, which conceal the underlying mapped classes. |