%PDF- %PDF-
Direktori : /lib/calibre/polyglot/ |
Current File : //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