#!python
from mlvtools.check_script import IPynbCheckAllScripts

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

