ocarina/trunk/playlist.py

5 lines
66 B
Python

class Playlist:
def __init__(self):
print "Creating Playlist"