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

Class CollectionBase

backend/src/flashcards/schemas.py:8–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class CollectionBase(SQLModel):
9 name: str
10
11
12class CollectionCreate(CollectionBase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected