mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
9 lines
218 B
Python
Executable file
9 lines
218 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
# Copyright (c) 2015 Ultimaker B.V.
|
|
# Cura is released under the terms of the AGPLv3 or higher.
|
|
|
|
import cura.CuraApplication
|
|
|
|
app = cura.CuraApplication.CuraApplication.getInstance()
|
|
app.run()
|