dosage/tests/mocks/plugins/dummy.py
2020-10-04 22:28:51 +02:00

8 lines
187 B
Python

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