11 lines
140 B
Python
11 lines
140 B
Python
#
|
|
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
from source_salesforce.run import run
|
|
|
|
|
|
if __name__ == "__main__":
|
|
run()
|