mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02: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
|