#!/bin/bash

# Do Not Modify This File, It's Intended To Be Updated From Time to TIme
# INSTEAD: add additional functionality though the .bash_customize file.

# shellcheck source=/dev/null
source "$(poetry env info -p)/bin/activate"

dev "$@"
