4 lines
177 B
Python
4 lines
177 B
Python
from smnp.module.note.function import transpose, semitones, interval, note
|
|
|
|
functions = [ semitones.function, interval.function, transpose.function, note.function ]
|
|
methods = [] |