This website requires JavaScript.
Explore
Help
Sign In
wowtoken-app
/
wow-token-app-bot
Watch
2
Star
0
Fork
0
You've already forked wow-token-app-bot
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
2164e98730
wow-token-app-bot
/
token_bot
/
token_database
/
region.py
9 lines
105 B
Python
Raw
Normal View
History
Unescape
Escape
Very Initial MVP There is so much more to do, but I think it is time to commit this to VCS
2024-11-30 11:27:32 +00:00
from
enum
import
Enum
Once and for all reformat. Will be using black code formatter
2024-12-09 01:07:26 +00:00
Very Initial MVP There is so much more to do, but I think it is time to commit this to VCS
2024-11-30 11:27:32 +00:00
class
Region
(
str
,
Enum
)
:
Once and for all reformat. Will be using black code formatter
2024-12-09 01:07:26 +00:00
US
=
"
us
"
EU
=
"
eu
"
KR
=
"
kr
"
TW
=
"
tw
"
Reference in New Issue
Copy Permalink