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