mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
4 lines
52 B
Python
4 lines
52 B
Python
import threading
|
|
|
|
thread_locals = threading.local()
|