mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-24 05:26:24 +00:00
rustpython_ast python package (#79)
This commit is contained in:
parent
edcfcb4a74
commit
5270020423
5 changed files with 13 additions and 4 deletions
3
ast-pyo3/rustpython_ast/__init__.py
Normal file
3
ast-pyo3/rustpython_ast/__init__.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from rustpython_ast.rustpython_ast import parse
|
||||
|
||||
__all__ = ["parse"]
|
Loading…
Add table
Add a link
Reference in a new issue