MCPcopy 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

1from sqlmodel import Session
2
3from .database import create_db_and_tables, engine
4from .models import Hero, Team

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected