[POT] Added missed file to POT (#8118)

* Added missed file to POT

* Update OMZ submodule
This commit is contained in:
Liubov Batanina
2021-10-21 11:28:26 +03:00
committed by GitHub
parent ff14899a96
commit b7cfa39fc0
3 changed files with 10 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,7 +1,8 @@
# build/artifact dirs
_*
# but ensure we don't skip __init__.py
# but ensure we don't skip __init__.py and __main__.py
!__init__.py
!__main__.py
# developer tools
*.idea

View File

@@ -0,0 +1,7 @@
# Copyright (C) 2020-2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
import sys
from openvino.tools.pot.app.run import app
app(sys.argv[1:])