from enum import Enum class ExamVariant(Enum): FULL = "full" PARTIAL = "partial"