mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
6 lines
124 B
Python
Executable file
6 lines
124 B
Python
Executable file
#!/usr/bin/env python2
|
|
|
|
from PrinterApplication import PrinterApplication
|
|
|
|
app = PrinterApplication.getInstance()
|
|
app.run()
|