1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Files
airbyte/airbyte-integrations/connectors/source-firebase-realtime-database/main.py
2024-12-18 14:05:43 -08:00

10 lines
155 B
Python

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