from enum import Enum class Flavor(str, Enum): RETAIL = 'retail' CLASSIC = 'classic'