@@ -0,0 +1,9 @@
from enum import Enum
class ActivityType(Enum):
DEVELOPMENT = 9
BUSINESS_ANALYZE = 8
CODE_REVIEW = 57
CONSULTATIONS = 58
SUPPORT = 60
The note is not visible to the blocked user.