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