mirror of
https://github.com/hoshikawa2/rfp_response_automation.git
synced 2026-03-06 18:21:02 +00:00
first commit
This commit is contained in:
4
files/modules/chat/store.py
Normal file
4
files/modules/chat/store.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import threading
|
||||
|
||||
CHAT_JOBS = {}
|
||||
CHAT_LOCK = threading.Lock()
|
||||
Reference in New Issue
Block a user