mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-31 02:11:59 +08:00
6 lines
111 B
Python
Executable File
6 lines
111 B
Python
Executable File
#!/usr/bin/env python2
|
|
|
|
from PrinterApplication import PrinterApplication
|
|
|
|
app = PrinterApplication()
|
|
app.run() |