""" New England Oil Scraper Module. This package contains code specific to scraping prices from the New England Oil website. """ from app.newenglandoil.scraper import scrape_newengland_oil, ScraperError __all__ = ['scrape_newengland_oil', 'ScraperError']