python-ast 1.0.2

A library for compiling Python to Rust
Documentation
1
2
3
4
import sys
import os
print("Current directory:", os.getcwd())
print("Python executable:", sys.executable)