from enum import StrEnum


class ScoutType(StrEnum):
    FIGHT = "fight"
    PLUNDER = "plunder"
