This commit is contained in:
bkfox
2023-05-25 10:03:11 +02:00
parent 73c7c471ea
commit 257fb6a539
12 changed files with 570 additions and 146 deletions

View File

@ -0,0 +1,9 @@
# TODO: for the moment, update in station and program names do not update the
# related fields.
from .base import Request
from .streamer import Streamer
from .sources import Source, PlaylistSource, QueueSource
__all__ = ("Request", "Streamer", "Source", "PlaylistSource", "QueueSource")