#!/usr/local/mse_orch/bin/python
import sys
from tbox.mse.orch import main

if __name__ == "__main__":
    sys.exit(main())
