How did it actually get to this?
Looking at you enum module.
How did it actually get to this?
Looking at you enum module.
@dabeaz for the longest while in Python whenever i've needed an enum I've used:
class Hearts: ...
class Spades: ...
it's actually quite rare that i need to _enumerate_ my enums.