from typing import List from .attributed_text_widget import * __all__: List[str] = [] __all__ += attributed_text_widget.__all__