1
0
mirror of synced 2025-12-20 10:32:35 -05:00
Files
airbyte/airbyte-integrations/connectors/source-netsuite/main.py
Dhroov Makwana 7f01a90ba7 🚨Source Netsuite: Migrate to poetry (#42857)
Co-authored-by: Danylo Jablonski <150933663+DanyloGL@users.noreply.github.com>
Co-authored-by: Natik Gadzhi <natik@respawn.io>
2025-02-05 10:37:22 -08:00

10 lines
137 B
Python

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