3 lines
126 B
Python
3 lines
126 B
Python
TASK_ENDPOINT = "labthing_task"
|
|
TASK_LIST_ENDPOINT = "labthing_task_list"
|
|
EXTENSION_LIST_ENDPOINT = "labthing_extension_list"
|