#!/bin/bash
[ -x "$(command -v mypy)" ] || pip install mypy
mypy trashcli tests
