0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

fix: expose common classes from bec_widgets package

This commit is contained in:
2025-02-28 14:16:23 +01:00
parent 7726d83b68
commit 28ae0d2b57

View File

@ -0,0 +1,5 @@
from bec_widgets.qt_utils.error_popups import SafeProperty, SafeSlot
from bec_widgets.utils.bec_widget import BECWidget
__all__ = ["BECWidget", "SafeSlot", "SafeProperty"]