mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-01-01 11:31:19 +01: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"]
|