from enum import Enum


class Shop(Enum):
    B2B = "B2B"
    PARTNERTOOL = "PARTNERTOOL"
