Files
nand2tetris/asm/venv/lib/python3.11/site-packages/jupyter.py
Sven Riwoldt c7bc862c6f asm
2024-04-01 20:30:24 +02:00

8 lines
155 B
Python

"""Launch the root jupyter command"""
from __future__ import annotations
if __name__ == "__main__":
from jupyter_core.command import main
main()