Files
openvino/ngraph/python/tests/test_ngraph/__init__.py

4 lines
184 B
Python

# ngraph.dll directory path visibility is needed to use _pyngraph module
# import below causes adding this path to os.environ["PATH"]
import ngraph # noqa: F401 'imported but unused'