Files
Sven Riwoldt c7bc862c6f asm
2024-04-01 20:30:24 +02:00

6 lines
142 B
Python

"""The cli entry point for ipykernel."""
if __name__ == "__main__":
from ipykernel import kernelapp as app
app.launch_new_instance()