from enum import StrEnum


class ImpelDownSentenceType(StrEnum):
    NONE = "None"
    TEMPORARY = "Temporary"
    PERMANENT = "Permanent"
