Rename requirements.txt + add ClientData skeleton
This commit is contained in:
10
dto/client_data.py
Normal file
10
dto/client_data.py
Normal file
@ -0,0 +1,10 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class ClientData(BaseModel):
|
||||
"""
|
||||
Model for the client data attributes which need to be validated and compared for correspondence between
|
||||
the data sources ()
|
||||
"""
|
||||
name: str
|
||||
|
||||
# TODO CONTINUE
|
Reference in New Issue
Block a user