1
0
mirror of synced 2026-02-01 22:01:57 -05:00
Files
airbyte/airbyte-cdk/python/airbyte_cdk/destinations/__init__.py
2021-07-13 16:18:08 -07:00

4 lines
64 B
Python

from .destination import Destination
__all__ = ["Destination"]