mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 18:15:37 +01:00
renamed misc/ to schemas/
This commit is contained in:
parent
88180c9bd7
commit
0b676688c2
3 changed files with 0 additions and 4 deletions
|
|
@ -1,9 +0,0 @@
|
|||
from pydantic import BaseModel, ConfigDict
|
||||
from typing import List
|
||||
|
||||
class UserBase(BaseModel):
|
||||
model_config = ConfigDict(from_attributes=True)
|
||||
|
||||
id: int
|
||||
name: str
|
||||
email: str
|
||||
Loading…
Add table
Add a link
Reference in a new issue