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