Files
smnp-py/smnp/module/synth/__init__.py
2019-07-30 13:59:18 +02:00

4 lines
133 B
Python

from smnp.module.synth.function import synth, pause, plot
functions = [ synth.function, pause.function, plot.function ]
methods = []