#!/usr/bin/env python3 from src.CuraApplication import CuraApplication app = CuraApplication.getInstance() app.run()