librespot-python/librespot/metadata/__init__.py

8 lines
354 B
Python
Raw Normal View History

2021-02-24 00:46:59 +01:00
from librespot.metadata.AlbumId import AlbumId
from librespot.metadata.ArtistId import ArtistId
from librespot.metadata.EpisodeId import EpisodeId
from librespot.metadata.PlayableId import PlayableId
from librespot.metadata.ShowId import SpotifyId
from librespot.metadata.TrackId import TrackId
from librespot.metadata.UnsupportedId import UnsupportedId