447ebeb
1
2
3
4
5
6
7
8
from enum import Enum class DefaultPriorities(Enum): High = 0 Medium = 128 Low = 255