1
0
mirror of synced 2026-01-10 09:04:48 -05:00
Files
airbyte/airbyte-integrations/connectors/source-firebase-realtime-database/main.py
2024-01-30 03:22:13 -06:00

9 lines
154 B
Python

#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
#
from source_firebase_realtime_database.run import run
if __name__ == "__main__":
run()