dosage/tests/mocks/extra/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
196 B
Python

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