1
0
mirror of synced 2025-12-22 03:21:25 -05:00
Files
airbyte/airbyte-integrations/connectors/source-s3/source_s3/run.py
2024-10-14 20:31:28 +00:00

11 lines
174 B
Python

#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
#
from __future__ import annotations
from source_s3.v4 import SourceS3
def run() -> None:
SourceS3.launch()