CLI modules for PyAirbyte.
1# Copyright (c) 2024 Airbyte, Inc., all rights reserved. 2"""CLI modules for PyAirbyte.""" 3 4from airbyte.cli.pyab import cli 5 6 7__all__ = ["cli"]