first chapter
This commit is contained in:
9
models/address.py
Normal file
9
models/address.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Address(BaseModel):
|
||||
street: str
|
||||
house_number: int | str
|
||||
city: str
|
||||
Reference in New Issue
Block a user