import enum class MMChoice(enum.Enum): YES = "🔵" LATE_SHORT = "🕐" LATE_MEDIUM = "🕒" LATE_LONG = "🕗" MAYBE = "❔" NO = "❌"