projects
/
minwii.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
time to boogie !
[minwii.git]
/
src
/
songs
/
musicxmltosong.py
1
"""
2
converstion d'un fichier musicxml en objet song minwii.
3
4
$Id$
5
$URL$
6
"""
7
8
9
def
main
() :
10
pass
11
12
13
if
__name__
==
'__main__'
:
14
main
()