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

4 lines
61 B
Python

from threading import Lock
ARCH_LOCK = Lock()
ARCH_JOBS = {}