5 lines
112 B
Python
5 lines
112 B
Python
from source.gui.widget.abc import AbstractResizableWidget
|
|
|
|
|
|
class WidgetImage(AbstractResizableWidget):
|
|
...
|