_template.py tweaks
This commit is contained in:
parent
82463317bb
commit
074646fdec
|
@ -16,11 +16,13 @@
|
||||||
|
|
||||||
from boxes import *
|
from boxes import *
|
||||||
|
|
||||||
class BOX(Boxes): # change class name here and below
|
class BOX(Boxes): # Change class name!
|
||||||
"""DESCRIPTION"""
|
"""DESCRIPTION"""
|
||||||
|
|
||||||
webinterface = False # Change to make visible in web interface
|
webinterface = False # Change to make visible in web interface
|
||||||
|
|
||||||
|
ui_group = "Unstable" # see ./__init__.py for names
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
Boxes.__init__(self)
|
Boxes.__init__(self)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue