Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 132 Bytes

Readme.md

File metadata and controls

9 lines (8 loc) · 132 Bytes

Run:

python3 -m venv .venv
source .venv/bin/activate
maturin develop

python3 test_calculator.py
python3 test_person.py