Implement widget for TreeDisplay
This commit is contained in:
parent
9c3278b48c
commit
60d686bfce
2 changed files with 40 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
from typing import List
|
||||
|
||||
from .attributed_text_widget import *
|
||||
from .tree_display_widget import *
|
||||
|
||||
__all__: List[str] = []
|
||||
__all__ += attributed_text_widget.__all__
|
||||
__all__ += tree_display_widget.__all__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue