This commit is contained in:
Joscha 2019-06-21 11:49:32 +00:00
parent 68595dcb7a
commit 11bd7778cf
14 changed files with 58 additions and 68 deletions

View file

@ -6,7 +6,6 @@ from .euph_renderer import *
from .launch_application import *
from .room_widget import *
from .single_room_application import *
from .user_list_widget import *
__all__: List[str] = []
@ -16,4 +15,3 @@ __all__ += euph_renderer.__all__
__all__ += launch_application.__all__
__all__ += room_widget.__all__
__all__ += single_room_application.__all__
__all__ += user_list_widget.__all__