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/architecture/store.py
Normal file
4
files/modules/architecture/store.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from threading import Lock
|
||||
|
||||
ARCH_LOCK = Lock()
|
||||
ARCH_JOBS = {}
|
||||
Reference in New Issue
Block a user