Move 'synth' module
This commit is contained in:
4
smnp/module/synth/__init__.py
Normal file
4
smnp/module/synth/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from smnp.module.synth.function import synth, pause
|
||||
|
||||
functions = [ synth.function, pause.function ]
|
||||
methods = []
|
||||
Reference in New Issue
Block a user