9d49a99916
Chrome extension for PokemonCenter monitoring with Discord notifications. Includes Python scripts for Target monitoring. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
154 B
Python
6 lines
154 B
Python
# Scrapers package
|
|
from .pokemoncenter import PokemonCenterScraper
|
|
from .target import TargetScraper
|
|
|
|
__all__ = ["PokemonCenterScraper", "TargetScraper"]
|