_template.py tweaks

This commit is contained in:
Florian Festi 2017-05-20 20:40:48 +02:00
parent 82463317bb
commit 074646fdec
1 changed files with 3 additions and 1 deletions

View File

@ -16,11 +16,13 @@
from boxes import *
class BOX(Boxes): # change class name here and below
class BOX(Boxes): # Change class name!
"""DESCRIPTION"""
webinterface = False # Change to make visible in web interface
ui_group = "Unstable" # see ./__init__.py for names
def __init__(self):
Boxes.__init__(self)