CloudSync: documentation and cleanup

CURA-6983
This commit is contained in:
Nino van Hooff 2020-01-09 18:05:49 +01:00
parent 89994b92b5
commit 6069096141
3 changed files with 15 additions and 8 deletions

View file

@ -31,6 +31,8 @@ if TYPE_CHECKING:
i18n_catalog = i18nCatalog("cura")
# todo Remove license and download dialog, use SyncOrchestrator instead
## Provides a marketplace for users to download plugins an materials
class Toolbox(QObject, Extension):
def __init__(self, application: CuraApplication) -> None: