Files
bec_widgets/bec_widgets/__init__.py
T

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"]