8 lines
187 B
Python
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/'
|