calibre/src/polyglot/queue.py
2020-08-22 18:47:56 +05:30

6 lines
193 B
Python

#!/usr/bin/env python
# vim:fileencoding=utf-8
# License: GPL v3 Copyright: 2019, Eli Schwartz <eschwartz@archlinux.org>
from queue import Queue, Empty, Full, PriorityQueue, LifoQueue # noqa