From 807fbaae96dc75294fe17c933b43261011f33309 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Mon, 23 Sep 2019 10:10:58 -0400 Subject: Add bi-directional GRPC python executor. Python based bidirectional communication script executor microservice. Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh Change-Id: If2e8f862ca4cb97d10714df2ab1cccccef2d576a --- ms/py-executor/blueprints_grpc/proto/__init__.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ms/py-executor/blueprints_grpc/proto/__init__.py (limited to 'ms/py-executor/blueprints_grpc/proto/__init__.py') diff --git a/ms/py-executor/blueprints_grpc/proto/__init__.py b/ms/py-executor/blueprints_grpc/proto/__init__.py new file mode 100644 index 000000000..b63c94c9c --- /dev/null +++ b/ms/py-executor/blueprints_grpc/proto/__init__.py @@ -0,0 +1,14 @@ +# Copyright © 2018-2019 AT&T Intellectual Property. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + -- cgit 1.2.3-korg