12 lines
348 B
Python
12 lines
348 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright (C) 2018-2025 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Classes
|
|
from openvino._pyopenvino.properties.streams import Num
|
|
|
|
# Properties
|
|
import openvino._pyopenvino.properties.streams as __streams
|
|
from openvino.properties._properties import __make_properties
|
|
__make_properties(__streams, __name__)
|