cura.py 218 B

123456789
  1. #!/usr/bin/env python3
  2. # Copyright (c) 2015 Ultimaker B.V.
  3. # Cura is released under the terms of the AGPLv3 or higher.
  4. import cura.CuraApplication
  5. app = cura.CuraApplication.CuraApplication.getInstance()
  6. app.run()