mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-23 04:59:26 +08:00
7 lines
128 B
Python
Executable File
7 lines
128 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from src.PrinterApplication import PrinterApplication
|
|
|
|
app = PrinterApplication.getInstance()
|
|
app.run()
|