#!/usr/bin/env bash

if [[ ! $@ ]]; then
    python3 -m tqwgp_parser --help
else
    python3 -m tqwgp_parser "$@"
fi
