Skip to content

Commit d8af132

Browse files
author
Chloe White
committed
added a function for connecting to spotify api
1 parent 7cf58ad commit d8af132

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

music_rec/music_recommender.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ def main():
1111

1212
if __name__ == "__main__":
1313
main()
14+
15+
# music_recommender.py (continued)
16+
def connect_to_spotify():
17+
print("Connecting to Spotify API (placeholder)")

0 commit comments

Comments
 (0)