mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -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() |