Files
redmine_tracker/enums.py
2025-05-16 16:54:20 +03:00

16 lines
332 B
Python

from enum import IntEnum, StrEnum
class ActivityType(IntEnum):
DEVELOPMENT = 9
BUSINESS_ANALYZE = 8
CODE_REVIEW = 57
CONSULTATIONS = 58
SUPPORT = 60
class ClockifyProjects(StrEnum):
VETRO3 = "67e266148411754017d0cee5"
VETRO_RETAIL = "67e29b8e837a92506f5e86df"
SPHERA = "67e5476b1b872e13361e007c"