Satisfy mypy and (re-)move files

This commit is contained in:
Joscha 2019-05-10 11:13:55 +00:00
parent ef5320058c
commit 2e56b1b925
10 changed files with 209 additions and 351 deletions

4
cheuph/exceptions.py Normal file
View file

@ -0,0 +1,4 @@
__all__ = ["RenderException"]
class RenderException(Exception):
pass