1
0
mirror of synced 2026-01-03 06:02:23 -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"]