#!/usr/bin/env python

import sys

from jupyter_d1.cli import main

if __name__ == "__main__":
    sys.exit(main(sys.argv[1:]))
