From e1a61cd711fc6cb500f9f649d106b89891da02e8 Mon Sep 17 00:00:00 2001 From: bjschuma Date: Sun, 31 May 2009 23:56:28 +0000 Subject: [PATCH] Added playlist git-svn-id: file:///home/anna/Desktop/ocarina-legacy/mithos/ocarina@7 1daee41c-8060-4895-b1f0-2197c00d777a --- trunk/playlist.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 trunk/playlist.py diff --git a/trunk/playlist.py b/trunk/playlist.py new file mode 100644 index 00000000..d24af2dc --- /dev/null +++ b/trunk/playlist.py @@ -0,0 +1,4 @@ + +class Playlist: + def __init__(self): + print "Creating Playlist"