File: dummy.py

package info (click to toggle)
dosage 3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,400 kB
  • sloc: python: 12,703; sh: 55; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# SPDX-License-Identifier: MIT
# Copyright (C) 2021-2022 Tobias Gruetzmacher
from ..scraper import ParserScraper


class AnotherDummyTestScraper(ParserScraper):
    url = 'https://dummy.example/'