Sideband/sbapp/kivymd/uix/templates/__init__.py

11 lines
216 B
Python

"""
Templates
=========
Base classes for controlling the scale, rotation of the widget, etc.
"""
from .rotatewidget import RotateWidget
from .scalewidget import ScaleWidget
from .stencilwidget import StencilWidget