Cura/cura.py
2015-05-11 12:18:05 +02:00

10 lines
216 B
Python

#!/usr/bin/env python3
# Copyright (c) 2015 Ultimaker B.V.
# Cura is released under the terms of the AGPLv3 or higher.
from src.CuraApplication import CuraApplication
app = CuraApplication.getInstance()
app.run()