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