Add editing widgets for popups etc.

This commit is contained in:
Joscha 2019-06-12 08:15:40 +00:00
parent 8336794342
commit 187a69fd5f
2 changed files with 84 additions and 0 deletions

View file

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