Co-authored-by: Barduino <barduinor@gmail.com> Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
10 lines
145 B
Python
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()
|