from enum import StrEnum


class CrewChestSpendingReason(StrEnum):
    ABILITY = "ability"
    LEVEL_UP = "level_up"
