#!/bin/sh

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