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