#!/bin/bash
# WF 2024-05-21
package=graphwiselearn
isort tests/*.py
black tests/*.py
isort $package/*.py
black $package/*.py
