Skip to content

Commit db40c7d

Browse files
committed
add pico import
1 parent 1d53864 commit db40c7d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fasthtml/fastapp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from fastcore.utils import *
88
from fastlite import *
99
from .basics import *
10+
from .pico import *
1011
from .starlette import *
1112
from .live_reload import FastHTMLWithLiveReload
1213

nbs/api/10_fastapp.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"from fastcore.utils import *\n",
4848
"from fastlite import *\n",
4949
"from fasthtml.basics import *\n",
50+
"from fasthtml.pico import *\n",
5051
"from fasthtml.starlette import *\n",
5152
"from fasthtml.live_reload import FastHTMLWithLiveReload"
5253
]

0 commit comments

Comments
 (0)