mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2026-02-21 16:37:21 +08:00
9 lines
175 B
Python
9 lines
175 B
Python
PUNCTUATIONS = [
|
||
"?", ",", ".", "、", ";", ":",
|
||
"?", ",", "。", "、", ";", ":",
|
||
]
|
||
|
||
TASK_STATE_FAILED = -1
|
||
TASK_STATE_COMPLETE = 1
|
||
TASK_STATE_PROCESSING = 4
|