#!/bin/bash

# <COPYRIGHT_TAG>

PWD=`dirname $0`

(cd $PWD/framework; ./main.py $@)
