mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-22 03:35:31 -05:00
Merge branch 'poc_ui_blocks' of github.com:pyscript/pyscript into poc_ui_blocks
This commit is contained in:
@@ -2,9 +2,8 @@ import inspect
|
|||||||
import sys
|
import sys
|
||||||
from textwrap import dedent
|
from textwrap import dedent
|
||||||
|
|
||||||
from pyweb import JSProperty, pydom
|
|
||||||
|
|
||||||
from pyscript import document, when, window
|
from pyscript import document, when, window
|
||||||
|
from pyweb import JSProperty, pydom
|
||||||
|
|
||||||
#: A flag to show if MicroPython is the current Python interpreter.
|
#: A flag to show if MicroPython is the current Python interpreter.
|
||||||
is_micropython = "MicroPython" in sys.version
|
is_micropython = "MicroPython" in sys.version
|
||||||
|
|||||||
Reference in New Issue
Block a user