"""Utilities related to exception and error handling.""" | |
# Copyright (C) 2023-2024 Intel Corporation | |
# SPDX-License-Identifier: Apache-2.0 | |
from .imports import try_import | |
__all__ = ["try_import"] | |
"""Utilities related to exception and error handling.""" | |
# Copyright (C) 2023-2024 Intel Corporation | |
# SPDX-License-Identifier: Apache-2.0 | |
from .imports import try_import | |
__all__ = ["try_import"] | |