wow-token-app-bot/token_bot/token_database/flavor.py
Emily Doherty 34badf17eb Once and for all reformat.
Will be using black code formatter
2024-12-08 17:07:26 -08:00

7 lines
75 B
Python

from enum import Enum
class Flavor(Enum):
RETAIL = 1
CLASSIC = 2