Files
rfp_response_automation/files/modules/chat/store.py
2026-02-18 20:34:33 -03:00

4 lines
61 B
Python

import threading
CHAT_JOBS = {}
CHAT_LOCK = threading.Lock()