#!/usr/bin/env python3 from src.PrinterApplication import PrinterApplication app = PrinterApplication.getInstance() app.run()