Spotify user api integration

En een begin aan een playlist maker. Doet op het moment niet veel.
This commit is contained in:
2024-03-13 11:01:23 +01:00
parent aba8d64bed
commit 8dca25f861
15 changed files with 258 additions and 39 deletions
+1
View File
@@ -3,3 +3,4 @@ from .artist import Artist
from .album import Album
from .vote import Vote
from .profile import Profile, Background
from .playlist import Playlist