#!/usr/bin/env python3
from mlvtools.gen_dvc import MlScriptToCmd

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