Creating the main files

This commit is contained in:
2023-06-24 12:05:36 +02:00
parent 0800ebeb70
commit e1a0fe68e8
3 changed files with 25 additions and 0 deletions

7
src/spotify.js Normal file
View File

@@ -0,0 +1,7 @@
class SpotifyController {
}
module.exports = SpotifyController;