Add monitoring PF service
This commit is contained in:
5
app/scrapers/__init__.py
Normal file
5
app/scrapers/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from app.scrapers.base import ScrapedListing
|
||||
from app.scrapers.bayut import BayutScraper
|
||||
from app.scrapers.propertyfinder import PropertyFinderScraper
|
||||
|
||||
__all__ = ["ScrapedListing", "BayutScraper", "PropertyFinderScraper"]
|
||||
Reference in New Issue
Block a user