%PDF- %PDF-
Direktori : /usr/lib/calibre/polyglot/ |
Current File : //usr/lib/calibre/polyglot/queue.py |
#!/usr/bin/env python3 # vim:fileencoding=utf-8 # License: GPL v3 Copyright: 2019, Eli Schwartz <eschwartz@archlinux.org> from queue import Queue, Empty, Full, PriorityQueue, LifoQueue # noqa