from enum import IntEnum


class BountyGiftRole(IntEnum):
    SENDER = 1
    RECEIVER = 2
