#!/bin/bash
# WF 2025-07-23
package=ng3
isort tests/*.py
black tests/*.py
isort $package/*.py
black $package/*.py
