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
|
webinterface = True
|
||||||
ui_group = "Misc"
|
ui_group = "Misc"
|
||||||
|
|
||||||
|
description = "" # Markdown syntax is supported
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.formats = formats.Formats()
|
self.formats = formats.Formats()
|
||||||
self.argparser = ArgumentParser(description=self.__doc__)
|
self.argparser = ArgumentParser(description=self.__doc__)
|
||||||
|
|
Loading…
Reference in New Issue