dosage/tests/mocks/plugins/dummy.py
Tobias Gruetzmacher 8e1e398a8d Deprecate underscore-prefixed parent classes
This is trying to strike a balance between updating as much existing
classes as possible, but not making the diff too big...
2022-06-06 12:08:32 +02:00

8 lines
185 B
Python

# SPDX-License-Identifier: MIT
# Copyright (C) 2020 Tobias Gruetzmacher
from ..scraper import ParserScraper
class ADummyTestScraper(ParserScraper):
url = 'https://dummy.example/'