# -*- coding: utf-8 -*-
import threading

semaphore = threading.Semaphore(0)
