This repository has been archived on 2024-09-10. You can view files and clone it, but cannot push or open issues or pull requests.

4 lines
61 B
Python

from queue import SimpleQueue
MESSAGE_QUEUE = SimpleQueue()