bowl/cheuph/euphoria/__init__.py

7 lines
113 B
Python

from typing import List
from .euph_renderer import *
__all__: List[str] = []
__all__ += euph_renderer.__all__