#!/bin/sh
echo "Formatting Python code with black"
black .
