ocarina/trunk/playlist.py

5 lines
66 B
Python
Raw Normal View History

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