示例#1
0
    def __init__(self, input_type):
        InputType.__init__(self, input_type)
        TemplateLoader.__init__(self)

        self.templates = {}

        self.use_folders = []
        self.ban_folders = []

        self.use_plots = []
        self.ban_plots = []