8 lines
238 B
Python
8 lines
238 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (C) 2018-2025 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
from openvino.exceptions import OVError
|
|
from openvino.exceptions import UserInputError
|
|
from openvino.exceptions import OVTypeError
|