Files
openvino/tools/pot/main.py
2022-01-19 01:07:49 +03:00

8 lines
166 B
Python

# Copyright (C) 2020-2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
from openvino.tools.pot.app.run import main
if __name__ == '__main__':
main()