#!/usr/local/bin/python -u

from sys import stdout, stderr, exit

from main import Program

stdout = stderr

emirror = Program()
emirror.Start()
