#!/bin/bash

PYTHON=python3

cd `dirname $0`/..
${PYTHON} export.py $*

