This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Version 1.0.1
This makes a small correction to the behavior of Enums; using indexing to look up members rather than relying on the __members__ dunder it uses the type directly.
To override it you'd need to subclass EnumMeta, but that's actually pretty easy.