Move 'synth' module

This commit is contained in:
Bartłomiej Pluta
2019-07-09 22:29:01 +02:00
parent 2193cf27c8
commit 0571e3f1e2
9 changed files with 12 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
from smnp.module.synth.function import synth, pause
functions = [ synth.function, pause.function ]
methods = []