Implemented enumerable

This commit is contained in:
2022-09-13 12:07:04 +02:00
parent affbb1ee7b
commit 28adcc4e49
16 changed files with 368 additions and 95 deletions

View File

@@ -1,4 +1,4 @@
from cpl_query.extension.iterable import Iterable
from cpl_query.iterable.iterable import Iterable
class List(Iterable):