1
0
mirror of synced 2025-12-21 02:51:29 -05:00
Files
airbyte/airbyte-integrations/connectors/source-box-data-extract/main.py
devin-ai-integration[bot] b3580344b7 🎉 New Source: box-data-extract (copy of #53682) (#56432)
Co-authored-by: Barduino <barduinor@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2025-03-27 11:17:14 -03:00

10 lines
145 B
Python

#
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#
from source_box_data_extract.run import run
if __name__ == "__main__":
run()