initial commit for GitHub
This commit is contained in:
7
server/app/model/response_object.py
Normal file
7
server/app/model/response_object.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from typing import Optional
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class ResponseObject(BaseModel):
|
||||
id: Optional[int] = None
|
||||
Reference in New Issue
Block a user