#!/usr/bin/env python3
from mlvtools.export_pipeline import MlExportPipeline

if __name__ == '__main__':
    MlExportPipeline().run_cmd()
