Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 212 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 212 Bytes

@orgsoft/py/example

This is an example of how to use @orgsoft/py

You can cd to this directory and then run

# setup
uv sync
source .venv/bin/activate

# run
deno run -A main.ts

To test it out.