#!/bin/bash

find src -name "*.py" | xargs black --skip-string-normalization
