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