freeleaps-service-hub/apps/notification/common/constants/region.py
2024-10-30 20:49:50 -07:00

6 lines
81 B
Python

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