#!/bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo "hello! the dir is ".$DIR

python "$DIR/src/example.py"
