#!/usr/bin/env bash

if [[ ! $@ ]]; then
    python3 -m ezdeps -h
else
    python3 -m ezdeps $@
fi
