#!/bin/bash

if [ -f ./.venv/bin/activate ]; then
  . ./.venv/bin/activate
fi
