mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
11 lines
214 B
Python
11 lines
214 B
Python
# Temporary input data
|
|
input_data = [
|
|
{
|
|
"address1": "28 Distillery Wharf",
|
|
"postcode": "w6 9bf"
|
|
},
|
|
{
|
|
"address1": "Flat 14 Godley V C House",
|
|
"postcode": "E2 0LP"
|
|
}
|
|
]
|