projektAI/venv/Lib/site-packages/matplotlib/backends/qt_editor/formsubplottool.py
2021-06-06 22:13:05 +02:00

9 lines
234 B
Python

from matplotlib import _api
from ._formsubplottool import UiSubplotTool
_api.warn_deprecated(
"3.3", obj_type="module", name=__name__,
alternative="matplotlib.backends.backend_qt5.SubplotToolQt")
__all__ = ["UiSubplotTool"]