def refresh(self, args): data = yaml.load(File(args.config).read_all()) actions.refresh(data)
def get(self): actions.refresh()