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).
