1
0
mirror of synced 2026-01-17 03:06:35 -05:00
Files
airbyte/airbyte-integrations/connector-templates/source-python-http-api/source_{{snakeCase name}}/__init__.py.hbs
Denis Davydov 426e9594cb fix build: run gradlew format (#13265)
* fix build: run gradlew format

* Revert "fix build: run gradlew format"

This reverts commit e679b4f26f.

* fix connector template to fix the build
2022-05-27 17:36:43 +03:00

9 lines
150 B
Handlebars

#
# Copyright (c) 2022 Airbyte, Inc., all rights reserved.
#
from .source import Source{{properCase name}}
__all__ = ["Source{{properCase name}}"]