Clean up package imports
This commit is contained in:
parent
dec73f183f
commit
9c389b64e4
2 changed files with 8 additions and 22 deletions
|
|
@ -8,10 +8,8 @@ from .markup import AT, AttributedText, Attributes
|
|||
|
||||
__all__ = ["Line", "AttributedLines"]
|
||||
|
||||
|
||||
Line = Tuple[Attributes, AttributedText]
|
||||
|
||||
|
||||
class AttributedLines:
|
||||
"""
|
||||
AttributedLines is a list of lines of AttributedText that maintains a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue