#!/bin/bash

pystatecomposer_path=`python -c "import imp;print(imp.find_module('PyStateComposer')[1])"`
cd $pystatecomposer_path
CMD="python PyStateComposer.py $1 $2 $3"
$CMD &
