Cura/cura_app.py
2015-05-27 16:31:01 +02:00

10 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()