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