6 lines
222 B
Python
6 lines
222 B
Python
from app.scrapers.base import ScrapedListing
|
|
from app.scrapers.bayut import BayutScraper
|
|
from app.scrapers.propertyfinder import PropertyFinderScraper
|
|
|
|
__all__ = ["ScrapedListing", "BayutScraper", "PropertyFinderScraper"]
|