1
0
mirror of synced 2026-01-23 22:01:53 -05:00
Files
airbyte/airbyte-integrations/connector-templates/source-python/source_{{snakeCase name}}/__init__.py.hbs
Marcos Marx 10434372de Change license in connector generator base files (#6522)
* change license in generator base files

* run gradlew scaffold

* format eof

* add eof singer base

* remove license from test_* http source

* format test_incremental http source
2021-09-29 04:45:42 -03:00

9 lines
150 B
Handlebars

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