Skip to content

Commit

Permalink
misc doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbusso committed Mar 25, 2024
1 parent c4efc15 commit c338113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrapework/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@


class Scraper(ABC):
"""Scraper base class"""

name: ClassVar[str] = "base_scraper"
start_urls: List[str] = []
base_url: str = ""
Expand Down

0 comments on commit c338113

Please sign in to comment.