You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class RequirementPriority(Enum):
"""Specifies the priority of a requirement. This can be used in sampling strategies to choose between two partially failing options."""
MAY = "MAY"
MUST = "MUST"