#!/bin/bash
# WF 2025-11-28
package=lodentity
isort tests/*.py
black tests/*.py
isort $package/*.py
black $package/*.py
