from enum import IntEnum, unique @unique class ServiceType(IntEnum): DEAL_SERVICE = 0 PRODUCT_SERVICE = 1