#!/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()