added separator widget to public widgets

This commit is contained in:
Jakub Trllo 2022-10-21 11:01:52 +02:00
parent 239d2f90bf
commit f4b123d65a

View file

@ -7,6 +7,7 @@ from .widgets import (
ExpandBtn,
PixmapLabel,
IconButton,
SeparatorWidget,
)
from .views import DeselectableTreeView
from .error_dialog import ErrorMessageBox
@ -37,6 +38,7 @@ __all__ = (
"ExpandBtn",
"PixmapLabel",
"IconButton",
"SeparatorWidget",
"DeselectableTreeView",