#!/bin/bash
pdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )

python -m wls_analytics "$@"
