Add editing widgets for popups etc.
This commit is contained in:
parent
8336794342
commit
187a69fd5f
2 changed files with 84 additions and 0 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue