8 lines
166 B
Python
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()
|