fix log_viewer init file

This commit is contained in:
iLLiCiTiT 2020-12-22 10:23:38 +01:00
parent 49c22b6217
commit 1a190670f1

View file

@ -1,6 +1,6 @@
from .logging_module import LoggingModule
from .log_view_module import LogViewModule
__all__ = (
"LoggingModule",
"LogViewModule",
)