#!/bin/sh
# TIP: Use direnv or similar tool to automatically source this file
# when you "cd" to the project's directory.

PATH="$(pwd)/.venv/bin:$PATH"
export PATH
hash -r >/dev/null 2>&1
