Skip to content

Commit 97a8622

Browse files
fix(ast): Add walking stuff to __all__
1 parent 5e19dc6 commit 97a8622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/astgen/ast_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"AstRepeat", "AstIf", "AstWhile", "AstAssign", "AstAugAssign", "AstDefine",
1212
"AstNumber", "AstString", "AstAnyName", "AstIdent", "AstAttrName",
1313
"AstListLiteral", "AstAttribute", "AstItem", "AstCall", "AstOp", "AstBinOp",
14-
"AstUnaryOp",
14+
"AstUnaryOp", 'walk_ast', 'WalkableT', 'WalkerFnT', 'WalkerCallType'
1515
]
1616

1717

0 commit comments

Comments
 (0)