Introduce V2 of current and historical functions
This commit is contained in:
7
wow_token/region.py
Normal file
7
wow_token/region.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from enum import Enum
|
||||
|
||||
class Region(str, Enum):
|
||||
US = 'us'
|
||||
EU = 'eu'
|
||||
KR = 'kr'
|
||||
TW = 'tw'
|
||||
Reference in New Issue
Block a user