This commit is contained in:
Fabio Pliger
2024-06-03 16:47:23 -05:00
parent 2ea493d1e8
commit a7279de12e
13 changed files with 20 additions and 7 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