#!/bin/bash
# WF 2025-02-01
package=velorail
isort tests/*.py
black tests/*.py
isort $package/*.py
black $package/*.py
