14 lines
236 B
Python
14 lines
236 B
Python
TODOIST_TITLE_PREFIX_LABELS = ["work", "home", "personal"]
|
|
TODOIST_TITLE_SUFFIX_LABELS = [
|
|
"bug",
|
|
"project",
|
|
"errand",
|
|
"chore",
|
|
"admin",
|
|
"meeting",
|
|
"habit",
|
|
"research",
|
|
"exercise",
|
|
"lifeevent",
|
|
]
|