mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Move CuraStage into cura.UI module
This commit is contained in:
parent
bfd0444fbf
commit
5eb51c6cd4
5 changed files with 6 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
import os.path
|
||||
|
||||
from UM.Qt.QtApplication import QtApplication
|
||||
from cura.Stages.CuraStage import CuraStage
|
||||
from cura.UI.CuraStage import CuraStage
|
||||
|
||||
from typing import TYPE_CHECKING, Optional
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue