eigent/server/app/model/user/user_credits.py
2025-08-20 23:05:54 +08:00

8 lines
113 B
Python

from enum import IntEnum
class Channel(IntEnum):
free = 1
paid = 2
gift = 3
top_up = 4