mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 21:40:36 +01: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
|