mirror of
https://github.com/hoshikawa2/rfp_response_automation.git
synced 2026-03-03 16:09:35 +00:00
4 lines
61 B
Python
4 lines
61 B
Python
import threading
|
|
|
|
CHAT_JOBS = {}
|
|
CHAT_LOCK = threading.Lock() |