Ejemplo n.º 1
0
 def API_createPlaylist(self, name):
     Playlist.create(name)
Ejemplo n.º 2
0
 def create_playlist(self, name):
     Playlist.create(name)