Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@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.