Sideband_CE/sbapp/kivymd/uix/templates/__init__.py
2022-07-07 22:16:10 +02:00

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