mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-16 18:59:39 +08:00
10 lines
218 B
Python
10 lines
218 B
Python
#!/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()
|