mirror of
https://github.com/status-im/airbyte-custom-connector.git
synced 2025-02-18 20:06:57 +00:00
9 lines
144 B
Python
9 lines
144 B
Python
#
|
|
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
from source_custom_bamboo_hr.run import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|