10 lines
142 B
Python
10 lines
142 B
Python
#
|
|
# Copyright (c) 2021 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
from base_python.entrypoint import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|