freeleaps-authentication/common/constants/region.py
2025-10-30 11:26:05 +08:00

6 lines
81 B
Python

from enum import IntEnum
class UserRegion(IntEnum):
OTHER = 0
ZH_CN = 1