mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 15:25:02 +08:00
7 lines
119 B
Python
Executable File
7 lines
119 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from src.CuraApplication import CuraApplication
|
|
|
|
app = CuraApplication.getInstance()
|
|
app.run()
|