Shyamnath's picture
Push core package and essential files
469eae6
raw
history blame
99 Bytes
from enum import Enum
class DefaultPriorities(Enum):
High = 0
Medium = 128
Low = 255