This commit is contained in:
2025-05-15 13:44:09 +03:00
parent 0294c3d540
commit da7ae0a370
6 changed files with 185 additions and 27 deletions

9
enums.py Normal file
View File

@@ -0,0 +1,9 @@
from enum import Enum
class ActivityType(Enum):
DEVELOPMENT = 9
BUSINESS_ANALYZE = 8
CODE_REVIEW = 57
CONSULTATIONS = 58
SUPPORT = 60