MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / CardBase

Class CardBase

backend/src/flashcards/schemas.py:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class CardBase(SQLModel):
21 front: str
22 back: str
23
24
25class CardCreate(CardBase):

Callers 1

generate_ai_flashcardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected