from enum import StrEnum


class ImpelDownBountyAction(StrEnum):
    NONE = "None"
    HALVE = "Halve"
    ERASE = "Erase"
