init
This commit is contained in:
8
models/Character.py
Normal file
8
models/Character.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Character(BaseModel):
|
||||
id: int | None
|
||||
name: str
|
||||
character_image: bytes
|
||||
character_bio: str
|
||||
Reference in New Issue
Block a user