from enum import StrEnum


class ImpelDownSource(StrEnum):
    ADMIN = "admin"
    PLUNDER = "plunder"
