Add AttributedTextWidget
This commit is contained in:
parent
f222b6a390
commit
a80f4c3788
3 changed files with 43 additions and 0 deletions
6
cheuph/widgets/__init__.py
Normal file
6
cheuph/widgets/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from typing import List
|
||||
|
||||
from .attributed_text_widget import *
|
||||
|
||||
__all__: List[str] = []
|
||||
__all__ += attributed_text_widget.__all__
|
||||
Loading…
Add table
Add a link
Reference in a new issue