4 lines
429 B
Python
4 lines
429 B
Python
from smnp.module import system, mic, note, iterable, sound, synth, string, util, integer
|
|
|
|
functions = [ *system.functions, *mic.functions, *note.functions, *iterable.functions, *sound.functions, *synth.functions, *string.functions, *util.functions, *integer.functions ]
|
|
methods = [ *system.methods, *mic.methods, *note.methods, *iterable.methods, *sound.methods, *synth.methods, *string.methods, *util.methods, *integer.methods ] |