Initial commit
This commit is contained in:
commit
778fe31c38
35 changed files with 1849 additions and 0 deletions
8
pub/level2.py
Normal file
8
pub/level2.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
Niveau 2
|
||||
Jouer des notes
|
||||
"""
|
||||
|
||||
import synth
|
||||
|
||||
encoder = synth.Encoder()
|
||||
Loading…
Add table
Add a link
Reference in a new issue