mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
6 lines
No EOL
111 B
Python
Executable file
6 lines
No EOL
111 B
Python
Executable file
#!/usr/bin/env python2
|
|
|
|
from PrinterApplication import PrinterApplication
|
|
|
|
app = PrinterApplication()
|
|
app.run() |