Add euph-specific config
This commit is contained in:
parent
ff4ee93ade
commit
08b9af9b3d
2 changed files with 132 additions and 0 deletions
|
|
@ -1,9 +1,17 @@
|
|||
from typing import List
|
||||
|
||||
from .edit_widgets import *
|
||||
from .euph_config import *
|
||||
from .euph_renderer import *
|
||||
from .room_widget import *
|
||||
from .single_room_application import *
|
||||
from .user_list_widget import *
|
||||
|
||||
__all__: List[str] = []
|
||||
|
||||
__all__ += edit_widgets.__all__
|
||||
__all__ += euph_config.__all__
|
||||
__all__ += euph_renderer.__all__
|
||||
__all__ += room_widget.__all__
|
||||
__all__ += single_room_application.__all__
|
||||
__all__ += user_list_widget.__all__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue