1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

Merge branch 'main' into pys-19/allow_out_err_redirect

This commit is contained in:
Fabio Pliger
2022-04-18 22:21:47 -05:00
3 changed files with 9 additions and 9 deletions

View File

@@ -109,7 +109,7 @@ for (const d of data) {
<py-script>
from pyodide import create_proxy, to_js
from esm import d3
import d3
fruits = [
dict(name="🍊", count=21),