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,12 +1,13 @@
from textwrap import dedent
import examples
from pyscript import when, window
from pyweb import pydom
from pyweb.ui import elements as el
from pyweb.ui import shoelace
from pyweb.ui.markdown import markdown
from pyscript import when, window
MAIN_PAGE_MARKDOWN = dedent(
"""
## What is pyweb.ui?