__init__.py 206 B

12345
  1. from .registry import BackendFilter, backend_registry # noqa: F401
  2. # NOTE: plt.switch_backend() (called at import time) will add a "backend"
  3. # attribute here for backcompat.
  4. _QT_FORCE_QT5_BINDING = False