Add AttributedTextWidget

This commit is contained in:
Joscha 2019-05-14 16:15:39 +00:00
parent f222b6a390
commit a80f4c3788
3 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,6 @@
from typing import List
from .attributed_text_widget import *
__all__: List[str] = []
__all__ += attributed_text_widget.__all__