#!/usr/bin/env python3

import os
from parallelm.mlpiper.main import main
main(bin_dir=os.path.dirname(__file__))

