Merge branch 'poc_ui_blocks' of github.com:pyscript/pyscript into poc_ui_blocks

This commit is contained in:
Fabio Pliger
2024-05-08 14:26:18 -05:00
15 changed files with 9 additions and 24 deletions

View File

@@ -1,9 +1,8 @@
import inspect
import sys
from pyweb import JSProperty, pydom
from pyscript import document, when, window
from pyweb import JSProperty, pydom
#: A flag to show if MicroPython is the current Python interpreter.
is_micropython = "MicroPython" in sys.version