4 lines
179 B
Python
4 lines
179 B
Python
from smnp.module.synth.function import synth, pause, plot, compile, fft
|
|
|
|
functions = [ synth.function, pause.function, plot.function, compile.function, fft.function ]
|
|
methods = [] |