mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 14:19:37 +08:00
7 lines
124 B
Python
Executable File
7 lines
124 B
Python
Executable File
#!/usr/bin/env python2
|
|
|
|
from PrinterApplication import PrinterApplication
|
|
|
|
app = PrinterApplication.getInstance()
|
|
app.run()
|