This commit is contained in:
Zachary Hampton
2023-09-15 15:17:37 -07:00
parent 325a03eebf
commit ed7e76e4b0
9 changed files with 350 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from .. import Scraper
class RedfinScraper(Scraper):
def __init__(self, scraper_input):
super().__init__(scraper_input)