Cura/plugins/PluginBrowser/__init__.py
Jaime van Kessel b9e863a953 Added PluginBrowser stub
CURA-3856
2017-06-22 14:39:46 +02:00

13 lines
246 B
Python

# Copyright (c) 2017 Ultimaker B.V.
# PluginBrowser is released under the terms of the AGPLv3 or higher.
from . import PluginBrowser
def getMetaData():
return {}
def register(app):
return {"extension": PluginBrowser.PluginBrowser()}