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