This repository has been archived on 2024-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-22/mockenv/lib/python3.6/site-packages/kivymd/utils/fitimage.py

20 lines
430 B
Python
Raw Normal View History

2022-07-22 12:43:59 +02:00
"""
FitImage
========
.. note:: See :class:`~kivymd.uix.fitimage.FitImage` for more information
"""
__all__ = ("FitImage",)
from kivy import Logger
from kivymd.uix.fitimage import FitImage
Logger.warning(
"FitImage: Note!"
"\nIn the near future the `FitImage` widget will be moved to the "
"`kivymd.uix.fitimage` package.\nUse import of this widget like this:"
"`from kivymd.uix.fitimage import FitImage`."
)