from smnp.module import system, mic, note, iterable, sound functions = [ *system.functions, *mic.functions, *note.functions, *iterable.functions, *sound.functions ] methods = [ *system.methods, *mic.methods, *note.methods, *iterable.methods, *sound.methods ]