MCPcopy Create free account
hub / github.com/Azure-Samples/rag-postgres-openai-python / Base

Class Base

src/backend/fastapi_app/postgres_models.py:9–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8# Define the models
9class Base(DeclarativeBase):
10 pass
11
12
13class Item(Base):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected