Co-authored-by: Danylo Jablonski <150933663+DanyloGL@users.noreply.github.com> Co-authored-by: Natik Gadzhi <natik@respawn.io>
10 lines
137 B
Python
10 lines
137 B
Python
#
|
|
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
from source_netsuite.run import run
|
|
|
|
|
|
if __name__ == "__main__":
|
|
run()
|