mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-18 05:45:40 -07:00
Add missing __init__.py
This commit is contained in:
parent
e3ccbb2d25
commit
a5090dcef1
1 changed files with 12 additions and 0 deletions
12
plugins/BlackBeltPlugin/__init__.py
Normal file
12
plugins/BlackBeltPlugin/__init__.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Copyright (c) 2017 fieldOfView
|
||||
# The BlackBeltPlugin is released under the terms of the AGPLv3 or higher.
|
||||
|
||||
from . import BlackBeltPlugin
|
||||
from UM.i18n import i18nCatalog
|
||||
i18n_catalog = i18nCatalog("BlackBeltPlugin")
|
||||
|
||||
def getMetaData():
|
||||
return {}
|
||||
|
||||
def register(app):
|
||||
return {"extension": BlackBeltPlugin.BlackBeltPlugin()}
|
||||
Loading…
Add table
Add a link
Reference in a new issue