#!/usr/bin/env python
import sys
from run_emcee import run_mcmc

run_mcmc.main(sys.argv[1:])

