This commit is contained in:
Fabio Pliger
2024-04-03 17:56:43 -05:00
parent 106a78b635
commit 80529cae71
13 changed files with 22 additions and 9 deletions

View File

@@ -2,9 +2,10 @@ import inspect
import sys
from textwrap import dedent
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