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