domdfcoding / enum_tools

Tools to expand Python's enum module.
https://enum-tools.readthedocs.io/en/latest
GNU Lesser General Public License v3.0
8 stars 7 forks source link

Only show enum member's value #63

Open brandon-leapyear opened 2 years ago

brandon-leapyear commented 2 years ago

:sparkles: This is an old work account. Please reference @brandonchinn178 for all future communication :sparkles:


Resolves #34. IMO there's no reason why anyone would want the repr of the full object, so I just changed it to only show the value, but I can add an option if desired