1
0
Fork 0
mirror of https://github.com/Findus23/RadioStats.git synced 2024-09-19 16:03:48 +02:00
RadioStats/parser/__init__.py
Lukas Winkler d286059289
major overhaul
- use new ORF API
- better structured fetchers
- easier channel metadata
2020-09-28 18:31:57 +02:00

6 lines
203 B
Python

from .base import BaseFetcher
from .aas import AchtundachzigsechsFetcher
from .ara import ArabellaFetcher
from .eng import EnergyFetcher
from .kronehit import KroneHitFetcher
from .orf import OrfFetcher