Files
smnp-py/smnp/module/synth/__init__.py
2019-07-30 16:51:35 +02:00

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