#!/usr/bin/env python3

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

