#!/bin/bash
# WF 2024-01-10
package=pcwawc
isort tests/*.py
black tests/*.py
isort $package/*.py
black $package/*.py
