I would like to format the following ast parse:
>>> import ast >>> print(ast.dump(ast.parse(\'-a+b\'))) Module(body=[Expr(value=BinOp(left=U