diff --git a/pyqtgraph/__init__.py b/pyqtgraph/__init__.py index d69667c7..a80be296 100644 --- a/pyqtgraph/__init__.py +++ b/pyqtgraph/__init__.py @@ -285,6 +285,10 @@ from .GraphicsScene import GraphicsScene from .python2_3 import asUnicode from .util.cupy_helper import getCupy +# indirect imports known to be used outside of the library +from .metaarray import MetaArray +from .ordereddict import OrderedDict + ############################################################## ## PyQt and PySide both are prone to crashing on exit.