I have the following Enum class:
class LabelEnum(str, Enum): ENUM_ONE = "Enum One" ENUM_TWO = "Enum Two" ENUM_THREE = "En