Files
smnp-py/smnp/module/synth/__init__.py
Bartłomiej Pluta f5c72dd8a5 Add fft() function
2019-09-09 15:31:43 +02:00

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 = []