Create very basic message tree widget structure
Also, fix some cheuph structuring problems
This commit is contained in:
parent
7e2c802364
commit
66a67f3f28
5 changed files with 52 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
__all__ = ["AttributedLinesWidget", "ALWidget"]
|
||||
__all__ = ["AttributedLinesWidget"]
|
||||
|
||||
|
||||
class AttributedLinesWidget:
|
||||
|
|
@ -12,5 +12,3 @@ class AttributedLinesWidget:
|
|||
"""
|
||||
|
||||
pass
|
||||
|
||||
ALWidget = AttributedLinesWidget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue