Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
class
CardBase(SQLModel):
21
front: str
22
back: str
23
24
25
class
CardCreate(CardBase):
Callers
1
generate_ai_flashcard
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected