#!/bin/bash
# WF 2024-07-28
package=sidif
isort tests/*.py
black tests/*.py
isort $package/*.py
black $package/*.py
