#!/usr/bin/env python
import os
import sys
import subprocess as sp
import foamgen

path = foamgen.__path__[0]
command = os.path.join(path, "foamreconstr")
sp.call([command] + sys.argv)