Add custom message renderer for euphoria

This commit is contained in:
Joscha 2019-06-09 14:20:16 +00:00
parent 204411726e
commit 17e49d529c
2 changed files with 145 additions and 0 deletions

View file

@ -0,0 +1,7 @@
from typing import List
from .euph_renderer import *
__all__: List[str] = []
__all__ += euph_renderer.__all__