File: __main__.py

package info (click to toggle)
hatch-jupyter-builder 0.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 632 kB
  • sloc: python: 1,506; javascript: 135; makefile: 23
file content (4 lines) | stat: -rw-r--r-- 81 bytes parent folder | download
1
2
3
4
"""The cli entry point for hatch_jupyter_builder."""
from .cli import run

run()