I\'m using enum package in python.
enum
I have read that to get the value of enumerators, we should override the __str__ method.
__str__
So I have