#!/bin/bash
set -e
cargo run --bin stub_gen -F python,python-pipe  --target-dir target_stub
ruff format dttlib.pyi
