Reorganize files
This commit is contained in:
parent
130da242cc
commit
7c89ada5f0
8 changed files with 5 additions and 19 deletions
|
|
@ -1,4 +1,7 @@
|
|||
__all__ = ["RenderException"]
|
||||
__all__ = ["ElementException", "TreeException"]
|
||||
|
||||
class RenderException(Exception):
|
||||
class ElementException(Exception):
|
||||
pass
|
||||
|
||||
class TreeException(Exception):
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
General/generic features:
|
||||
|
||||
Text with attributes attached to the characters
|
||||
|
||||
Can be...
|
||||
- split
|
||||
- joined
|
||||
- converted to raw text or other formats
|
||||
|
||||
The attributes of certain characters can be read
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
__all__ = ["ElementException", "TreeException"]
|
||||
|
||||
class ElementException(Exception):
|
||||
pass
|
||||
|
||||
class TreeException(Exception):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue