mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
6 lines
119 B
Python
Executable file
6 lines
119 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from src.CuraApplication import CuraApplication
|
|
|
|
app = CuraApplication.getInstance()
|
|
app.run()
|