Coverage for packages / hrnz_scraper / __init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-05-08 08:14 +1200

1"""HRNZ web scraper for historical race data.""" 

2 

3from packages.hrnz_scraper.historical_scraper import HRNZHistoricalResultsScraper 

4from packages.hrnz_scraper.scraper import HRNZScraper 

5 

6__all__ = ["HRNZScraper", "HRNZHistoricalResultsScraper"]