#!/bin/bash

# Run it directly
python -c "import lmh_core as lmh;lmh.main()" "$@"
exit
