dosage/tests/mocks/extra/dummy.py

8 lines
193 B
Python
Raw Normal View History

2021-01-19 00:19:07 +00:00
# SPDX-License-Identifier: MIT
# Copyright (C) 2021 Tobias Gruetzmacher
from ..scraper import _ParserScraper
class AnotherDummyTestScraper(_ParserScraper):
url = 'https://dummy.example/'