precommit

This commit is contained in:
Fabio Pliger
2024-01-31 18:02:12 -06:00
parent f69338c8e9
commit 1cca5f057a
12 changed files with 35 additions and 11 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"
@@ -390,6 +391,8 @@ CSS = """
align-items: center;
}
"""
def load_resources(parent=None):
print("Loading shoelace resources...")
if parent is None: