Files
smnp-py/smnp/module/synth/__init__.py
Bartłomiej Pluta 0571e3f1e2 Move 'synth' module
2019-07-09 22:32:03 +02:00

4 lines
112 B
Python

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