mirror of
https://github.com/markqvist/Sideband.git
synced 2024-12-14 02:14:26 -05:00
11 lines
216 B
Python
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
|