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