mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-25 11:12:01 +08:00
4 lines
60 B
Python
4 lines
60 B
Python
import six.moves.queue as queue
|
|
|
|
work_queue = queue.Queue()
|