3 lines
93 B
Python
3 lines
93 B
Python
TASK_STATUS = ["TODO", "DOING", "DONE", "BLOCKED"]
|
|
TASK_PRIORITY = ["LOW", "MEDIUM", "HIGH"]
|