"""The cli entry point for hatch_jupyter_builder."""
from .cli import run

run()
