File size: 195 Bytes
bb9baa9
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""
Web Scrapers

OpenTable review scraper for restaurant intelligence.
"""

from .opentable_scraper import OpenTableScraper, scrape_opentable

__all__ = ['OpenTableScraper', 'scrape_opentable']