#!python
from mlvtools.gen_dvc import MlScriptToCmd

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