mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-14 03:45:36 -07: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() |