default:
    just --list
# Development action
dev:
    cargo run -Fpython-bindings --bin stub_gen
    maturin dev -Fpython-bindings
