Introduce V2 of current and historical functions

This commit is contained in:
2024-11-03 23:18:06 -08:00
parent 27cd98ee52
commit ff8e182336
21 changed files with 655 additions and 428 deletions

6
wow_token/flavor.py Normal file
View File

@@ -0,0 +1,6 @@
from enum import Enum
class Flavor(str, Enum):
RETAIL = 'retail'
CLASSIC = 'classic'