mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-03-20 08:27:52 -04:00
6 lines
193 B
Python
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
|