py-runner 0.1.0

Simple tool that allows you to execute Python code from Rust.
Documentation
1
2
def add(a: int, b: int) -> int:
    return a + b