freeleaps-service-hub/infra/models/constants.py
2024-10-20 05:33:10 +00:00

7 lines
82 B
Python

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