We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d53864 commit db40c7dCopy full SHA for db40c7d
fasthtml/fastapp.py
@@ -7,6 +7,7 @@
7
from fastcore.utils import *
8
from fastlite import *
9
from .basics import *
10
+from .pico import *
11
from .starlette import *
12
from .live_reload import FastHTMLWithLiveReload
13
nbs/api/10_fastapp.ipynb
@@ -47,6 +47,7 @@
47
"from fastcore.utils import *\n",
48
"from fastlite import *\n",
49
"from fasthtml.basics import *\n",
50
+ "from fasthtml.pico import *\n",
51
"from fasthtml.starlette import *\n",
52
"from fasthtml.live_reload import FastHTMLWithLiveReload"
53
]
0 commit comments