Satisfy mypy and (re-)move files
This commit is contained in:
parent
ef5320058c
commit
2e56b1b925
10 changed files with 209 additions and 351 deletions
4
cheuph/exceptions.py
Normal file
4
cheuph/exceptions.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
__all__ = ["RenderException"]
|
||||
|
||||
class RenderException(Exception):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue