1
0
mirror of synced 2026-01-22 00:06:56 -05:00
Files
airbyte/airbyte-cdk/python/airbyte_cdk/sources/message/__init__.py
Maxime Carbonneau-Leclerc f48849fdb4 [ISSUE #26909] adding message repository (#27158)
* [ISSUE #26909] adding message repository

* Automated Commit - Formatting Changes

* [ISSUE #26909] improve entrypoint error handling

* format CDK

* [ISSUE #26909] adding an integration test
2023-06-13 08:40:55 -04:00

8 lines
193 B
Python

#
# Copyright (c) 2021 Airbyte, Inc., all rights reserved.
#
from .repository import InMemoryMessageRepository, MessageRepository
__all__ = ["InMemoryMessageRepository", "MessageRepository"]