We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf58ad commit d8af132Copy full SHA for d8af132
music_rec/music_recommender.py
@@ -11,3 +11,7 @@ def main():
11
12
if __name__ == "__main__":
13
main()
14
+
15
+# music_recommender.py (continued)
16
+def connect_to_spotify():
17
+ print("Connecting to Spotify API (placeholder)")
0 commit comments