Cura/printer.py
2014-11-10 16:00:53 +01:00

6 lines
No EOL
111 B
Python
Executable file

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