#!/bin/bash
# WF 2024-08-15
package=mogwai/core
isort tests/*.py
black tests/*.py
isort $package/*.py
black $package/*.py
