4 lines
168 B
Python
4 lines
168 B
Python
from smnp.module import system, mic, note
|
|
|
|
functions = [ *system.functions, *mic.functions, *note.functions ]
|
|
methods = [ *system.methods, *mic.methods, *note.methods ] |