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