#!/usr/bin/env bash
set -euo pipefail

python3 -m pip uninstall -y pddl || true
