#!/bin/bash
# WF 2024-01-12
package=crm
isort tests/*.py
black tests/*.py
isort $package/*.py
black $package/*.py
