#!/bin/bash
# WF 2026-01-01
package=djvuviewer
isort tests/*.py
black tests/*.py
isort $package/*.py
black $package/*.py
