Added variables for description of generators to main class
This commit is contained in:
parent
b13cef20ed
commit
fa9ac678c0
|
@ -212,6 +212,8 @@ class Boxes:
|
|||
webinterface = True
|
||||
ui_group = "Misc"
|
||||
|
||||
description = "" # Markdown syntax is supported
|
||||
|
||||
def __init__(self):
|
||||
self.formats = formats.Formats()
|
||||
self.argparser = ArgumentParser(description=self.__doc__)
|
||||
|
|
Loading…
Reference in New Issue