1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/royalpack/types/pollmood.py

8 lines
92 B
Python
Raw Normal View History

2020-03-23 21:38:37 +00:00
import enum
class PollMood(enum.Enum):
POSITIVE = 1
NEUTRAL = 0
NEGATIVE = -1