From baf4b23d9a11770607726a06b22ce92522248ff2 Mon Sep 17 00:00:00 2001 From: Liubov Talamanova Date: Thu, 17 Mar 2022 16:02:21 +0300 Subject: [PATCH] Add configs to pypi pkg (#11008) --- tools/pot/openvino/tools/pot/configs/templates/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/pot/openvino/tools/pot/configs/templates/__init__.py diff --git a/tools/pot/openvino/tools/pot/configs/templates/__init__.py b/tools/pot/openvino/tools/pot/configs/templates/__init__.py new file mode 100644 index 00000000000000..6b0e0edda5b1c6 --- /dev/null +++ b/tools/pot/openvino/tools/pot/configs/templates/__init__.py @@ -0,0 +1,2 @@ +# Copyright (C) 2022 Intel Corporation +# SPDX-License-Identifier: Apache-2.0