4 lines
184 B
Python
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'
|