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