]> CRI, Mines Paris - PSL - minwii.git/blobdiff - src/songs/musicxmltosong.py
time to boogie !
[minwii.git] / src / songs / musicxmltosong.py
diff --git a/src/songs/musicxmltosong.py b/src/songs/musicxmltosong.py
new file mode 100755 (executable)
index 0000000..de8e26a
--- /dev/null
@@ -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