Wealthmate / chatbot /moods.py
kennethduong's picture
initial config
2013214
raw
history blame
105 Bytes
from enum import Enum
class Mood(Enum):
IRRITATION = 'Tức giận'
ECOURAGEMENT = 'Khích lệ'