wowtoken.app-backend/wow_token/flavor.py

7 lines
95 B
Python

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