laywerrobot/lib/python3.6/site-packages/gast/__init__.py

5 lines
200 B
Python
Raw Normal View History

2020-08-27 21:55:39 +02:00
from .gast import *
from ast import (NodeVisitor, NodeTransformer, fix_missing_locations,
copy_location, increment_lineno,
iter_child_nodes, iter_fields, walk, dump)