Source code for mlthon.basics.mlt_enum
from enum import Enum
# Class defining the __str__ and __repr__ methods so that printing enum values actually prints the enum value name
from enum import Enum
# Class defining the __str__ and __repr__ methods so that printing enum values actually prints the enum value name