#!/bin/bash
# WF 2025-12-17
package=clientutils
isort tests/*.py
black tests/*.py
isort $package/*.py
black $package/*.py
