aboutsummaryrefslogtreecommitdiffstats
path: root/scrapers/base.py
blob: 8d9839f0db8c26795e6ed2b493889b6564beed26 (plain) (blame)
1
2
3
4
5
6
7
8
from abc import ABC, abstractmethod


class NewsSource(ABC):

    @abstractmethod
    def fetch(self, version=None) -> list[dict]:
        pass
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage