Creating Multi-Value Enums in Python
How to create an enum in Python where each member has a “main” value and a set of “extra” constant attributes
How to create an enum in Python where each member has a “main” value and a set of “extra” constant attributes