Added PluginBrowser stub

CURA-3856
This commit is contained in:
Jaime van Kessel 2017-06-22 14:39:46 +02:00
parent 14fb01ee46
commit b9e863a953
3 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# 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()}