#!/usr/bin/env python3
from mlvtools.ipynb_to_python import IPynbToPython

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

