Add custom message renderer for euphoria
This commit is contained in:
parent
204411726e
commit
17e49d529c
2 changed files with 145 additions and 0 deletions
7
cheuph/euphoria/__init__.py
Normal file
7
cheuph/euphoria/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from typing import List
|
||||
|
||||
from .euph_renderer import *
|
||||
|
||||
__all__: List[str] = []
|
||||
|
||||
__all__ += euph_renderer.__all__
|
||||
Loading…
Add table
Add a link
Reference in a new issue