#!/usr/bin/env bash

if [[ ! $@ ]]; then
    python -m videocloud -h
else
    python -m videocloud $@
fi
