Allow MicroPython input("...") to work beside the code.interact() (#2017)

This commit is contained in:
Andrea Giammarchi
2024-04-04 18:13:00 +02:00
committed by GitHub
parent 2f1b764251
commit 65954a627e
3 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@pyscript/core",
"version": "0.4.15",
"version": "0.4.16",
"type": "module",
"description": "PyScript",
"module": "./index.js",