mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Updated documentation and typing
Contributes to CURA-8558
This commit is contained in:
parent
0218703592
commit
edc71f12a3
3 changed files with 46 additions and 29 deletions
|
|
@ -9,8 +9,8 @@ from typing import Optional, TYPE_CHECKING
|
|||
from cura.ApplicationMetadata import CuraSDKVersion
|
||||
from cura.CuraApplication import CuraApplication # Creating QML objects and managing packages.
|
||||
from cura.UltimakerCloud import UltimakerCloudConstants
|
||||
|
||||
from UM.Extension import Extension # We are implementing the main object of an extension here.
|
||||
from UM.Logger import Logger
|
||||
from UM.PluginRegistry import PluginRegistry # To find out where we are stored (the proper way).
|
||||
|
||||
from .RemotePackageList import RemotePackageList # To register this type with QML.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue