_template.py tweaks
This commit is contained in:
parent
82463317bb
commit
074646fdec
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue