Moved implementations to extensions
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from .._extension.iterable import Iterable
|
||||
from iterable import Iterable
|
||||
|
||||
|
||||
class List(Iterable):
|
||||
r"""Implementation of :class: `cpl_query.Iterable`
|
||||
"""
|
||||
|
||||
def __init__(self, t: type = None, values: list = None):
|
||||
Iterable.__init__(self, t, values)
|
||||
|
Reference in New Issue
Block a user