Co-authored-by: girarda <girarda@users.noreply.github.com> Co-authored-by: Maxime Carbonneau-Leclerc <maxi297@users.noreply.github.com> Co-authored-by: Catherine Noll <clnoll@users.noreply.github.com>
9 lines
176 B
Python
9 lines
176 B
Python
#
|
|
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
# Initialize Streams Package
|
|
from .core import IncrementalMixin, Stream
|
|
|
|
__all__ = ["IncrementalMixin", "Stream"]
|