initial commit
This commit is contained in:
7
server/app/models/contact.py
Normal file
7
server/app/models/contact.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from pydantic import BaseModel, EmailStr
|
||||
|
||||
|
||||
class Contact(BaseModel):
|
||||
name: str
|
||||
email: EmailStr
|
||||
message: str
|
||||
Reference in New Issue
Block a user