mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
This plug-in will be a complete re-write of the previous Toolbox plug-in. It's intended to solve some of the inherent architectural problems with the Toolbox. We're calling it Marketplace now as well. Contributes to issue CURA-8556.
10 lines
No EOL
262 B
Python
10 lines
No EOL
262 B
Python
# Copyright (c) 2021 Ultimaker B.V.
|
|
# Cura is released under the terms of the LGPLv3 or higher.
|
|
|
|
from UM.PluginObject import PluginObject
|
|
|
|
class Marketplace(PluginObject):
|
|
"""
|
|
The main managing object for the Marketplace plug-in.
|
|
"""
|
|
pass # TODO |