# coding: utf-8
from __future__ import print_function, unicode_literals

from Queue import Queue, LifoQueue, PriorityQueue, Empty, Full
