rustpython_ast python package (#79)

This commit is contained in:
Jeong, YunWon 2023-06-17 01:32:27 +09:00 committed by GitHub
parent edcfcb4a74
commit 5270020423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 4 deletions

View file

@ -0,0 +1,3 @@
from rustpython_ast.rustpython_ast import parse
__all__ = ["parse"]