mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
fix: expose common classes from bec_widgets package
This commit is contained in:
@ -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"]
|
||||||
|
Reference in New Issue
Block a user