dosage/tests/mocks/plugins/dummy.py

8 lines
187 B
Python
Raw Normal View History

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