From 719344253552583b33d14ea672d9909b012d78bd Mon Sep 17 00:00:00 2001 From: pin Date: Thu, 4 Feb 2010 14:44:11 +0000 Subject: [PATCH] time to boogie ! git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@2 fe552daf-6dbe-4428-90eb-1537e0879342 --- src/songs/musicxmltosong.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 src/songs/musicxmltosong.py diff --git a/src/songs/musicxmltosong.py b/src/songs/musicxmltosong.py new file mode 100755 index 0000000..de8e26a --- /dev/null +++ b/src/songs/musicxmltosong.py @@ -0,0 +1,14 @@ +""" +converstion d'un fichier musicxml en objet song minwii. + +$Id$ +$URL$ +""" + + +def main() : + pass + + +if __name__ == '__main__' : + main() \ No newline at end of file -- 2.20.1