mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
9 lines
216 B
Python
9 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()
|