9 lines
157 B
Handlebars
9 lines
157 B
Handlebars
#
|
|
# Copyright (c) {{currentYear}} Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
from source_{{snakeCase name}}.run import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|