def repl_to_dict(args): # print(args) data = dict() for arg in args: data[arg] = args[arg] # print(data) return data