1import warnings
2warnings.warn("Importing cura.PrinterOutput.PrinterOutputModel has been deprecated since 4.1, use cura.PrinterOutput.Models.PrinterOutputModel instead", DeprecationWarning, stacklevel=2)
3# We moved the the models to one submodule deeper
4from cura.PrinterOutput.Models.PrinterOutputModel import PrinterOutputModel