Move 'iterable' module

This commit is contained in:
Bartłomiej Pluta
2019-07-09 22:16:10 +02:00
parent 82bc9997c8
commit e3f9cb6551
10 changed files with 14 additions and 6 deletions

View 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 ]