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