Introduce V2 of current and historical functions
This commit is contained in:
6
wow_token/flavor.py
Normal file
6
wow_token/flavor.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class Flavor(str, Enum):
|
||||
RETAIL = 'retail'
|
||||
CLASSIC = 'classic'
|
||||
Reference in New Issue
Block a user