- redfin init

This commit is contained in:
Zachary Hampton
2023-09-15 15:42:47 -07:00
parent a79c4c6872
commit 469b703288
3 changed files with 35 additions and 3 deletions

View File

@@ -21,5 +21,7 @@ class Scraper:
"https": scraper_input.proxy_url,
}
def search(self) -> list[Home]:
...
def search(self) -> list[Home]: ...
@staticmethod
def parse_home(home) -> Home: ...