Added variables for description of generators to main class

This commit is contained in:
Daniela Festi 2017-11-18 22:16:53 +01:00 committed by Florian Festi
parent b13cef20ed
commit fa9ac678c0
1 changed files with 2 additions and 0 deletions

View File

@ -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__)