librespot-python/librespot/metadata/__init__.py

8 lines
357 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
2021-04-10 01:27:18 +02:00
from librespot.metadata.SpotifyId import SpotifyId
2021-02-24 00:46:59 +01:00
from librespot.metadata.TrackId import TrackId
from librespot.metadata.UnsupportedId import UnsupportedId