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

7
wow_token/region.py Normal file
View File

@@ -0,0 +1,7 @@
from enum import Enum
class Region(str, Enum):
US = 'us'
EU = 'eu'
KR = 'kr'
TW = 'tw'