Diff Python files using the Gumtree algorithm.
Takes two parameters, source and target. Each parameter can be either python code or a path to a python file.
python3 -m astdiff "print('123')" "print()"
docker run henrinikku/astdiff "print('123')" "print()"