**Migrated issue, originally created by Anonymous** There are error. First is easy to fix: ``` ... class Animal(ProxiedDictMixin, Base) # corrected version ... ``` The second one throws: ``` Animal.value))))... NotImpementedError: <__main__.value object at ...> ```