def launch(self): # TODO: relaise it try: configtools.get_settings() return True except: return False
def __init__(self, args): config_from_file = configtools.get_settings() config_from_file.update(args) args = config_from_file super().__init__(args)