5 lines
200 B
Python
5 lines
200 B
Python
|
from .gast import *
|
||
|
from ast import (NodeVisitor, NodeTransformer, fix_missing_locations,
|
||
|
copy_location, increment_lineno,
|
||
|
iter_child_nodes, iter_fields, walk, dump)
|