init
This commit is contained in:
8
app/schemas/response.py
Normal file
8
app/schemas/response.py
Normal file
@ -0,0 +1,8 @@
|
||||
from typing import Optional
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Response(BaseModel):
|
||||
success: bool
|
||||
message: Optional[str] = None
|
Reference in New Issue
Block a user