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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue