#!/bin/bash

if ( command -v poetry &> /dev/null )
then
  source <(poetry completions bash)
fi