8e1e398a8d
This is trying to strike a balance between updating as much existing classes as possible, but not making the diff too big...
7 lines
185 B
Python
7 lines
185 B
Python
# SPDX-License-Identifier: MIT
|
|
# Copyright (C) 2020 Tobias Gruetzmacher
|
|
from ..scraper import ParserScraper
|
|
|
|
|
|
class ADummyTestScraper(ParserScraper):
|
|
url = 'https://dummy.example/'
|