Python sources refactoring (#592)
This commit is contained in:
9
airbyte-integrations/template/python-source/main_dev.py
Normal file
9
airbyte-integrations/template/python-source/main_dev.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import sys
|
||||
|
||||
from airbyte_protocol.entrypoint import launch
|
||||
|
||||
from template_python_source import TemplatePythonSource
|
||||
|
||||
if __name__ == "__main__":
|
||||
source = TemplatePythonSource()
|
||||
launch(source, sys.argv[1:])
|
||||
Reference in New Issue
Block a user