mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
WIP: TO BE REMOVED: TestTools plugin
This commit is contained in:
parent
8ac9811b41
commit
0f045ce121
3 changed files with 47 additions and 0 deletions
13
plugins/TestTools/__init__.py
Normal file
13
plugins/TestTools/__init__.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Copyright (c) 2016 Ultimaker B.V.
|
||||
# Cura is released under the terms of the AGPLv3 or higher.
|
||||
|
||||
from . import TestTool
|
||||
|
||||
from UM.i18n import i18nCatalog
|
||||
catalog = i18nCatalog("cura")
|
||||
|
||||
def getMetaData():
|
||||
return {}
|
||||
|
||||
def register(app):
|
||||
return {"extension": TestTool.TestTool()}
|
Loading…
Add table
Add a link
Reference in a new issue