websoft9/appmanage/api/utils/lock.py
2023-03-17 16:31:03 +08:00

3 lines
50 B
Python

from threading import Lock
install_mutex = Lock()