Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fastapi/sqlmodel
/ app.py
File
app.py
docs_src/tutorial/code_structure/tutorial001_py310/app.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
sqlmodel
import
Session
2
3
from
.database
import
create_db_and_tables, engine
4
from
.models
import
Hero, Team
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected