This commit is contained in:
Fabio Pliger
2024-05-14 11:18:14 -05:00
parent c8db625b20
commit 106be4b107
13 changed files with 25 additions and 12 deletions

View File

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