4 lines
134 B
Python
4 lines
134 B
Python
from smnp.module.iterable.function import combine, map, get
|
|
|
|
functions = [ combine.function, map.function ]
|
|
methods = [ get.function ] |