mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-01 04:22:34 +02:00
5 lines
170 B
Python
5 lines
170 B
Python
from bec_widgets.utils.bec_widget import BECWidget
|
|
from bec_widgets.utils.error_popups import SafeProperty, SafeSlot
|
|
|
|
__all__ = ["BECWidget", "SafeSlot", "SafeProperty"]
|