Move 'iterable' module
This commit is contained in:
4
smnp/module/iterable/__init__.py
Normal file
4
smnp/module/iterable/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from smnp.module.iterable.function import combine, flat, map, range, get
|
||||
|
||||
functions = [ combine.function, flat.function, map.function, range.function ]
|
||||
methods = [ get.function ]
|
||||
Reference in New Issue
Block a user