#!/usr/bin/env python2 from PrinterApplication import PrinterApplication app = PrinterApplication() app.run()