This commit is contained in:
Fabio Pliger
2024-02-02 16:07:05 -06:00
parent 39647d783c
commit 635ede9edf
13 changed files with 22 additions and 9 deletions

View File

@@ -1,10 +1,11 @@
import string
from textwrap import dedent
from pyscript import document, when, window
from pyweb import JSProperty, js_property, pydom
from pyweb.ui import elements as el
from pyscript import document, when, window
class ShoeBase(pydom.Element):
tag = "div"