freeleaps-authentication/common/constants/region.py

6 lines
81 B
Python
Raw Permalink Normal View History

2025-10-30 03:26:05 +00:00
from enum import IntEnum
class UserRegion(IntEnum):
OTHER = 0
ZH_CN = 1