show/hide this revision's text 2 deleted 125 characters in body

You can take a look at the traits package. This gives you something like type safety and many other useful features.

If using traits is overkill

But it really depends on what you want to use such an enum foryour case then a dict would be my favorite solution (as described in other answers).

show/hide this revision's text 1

You can take a look at the traits package. This gives you something like type safety and many other useful features.

If using traits is overkill for your case then a dict would be my favorite solution (as described in other answers).