Refactor initialization: streamline log and config directory creation; enhance module exports in backend and UI widgets

This commit is contained in:
2025-09-03 10:42:12 +02:00
parent 0ac5051aef
commit a3b68c2b77
3 changed files with 20 additions and 14 deletions

View File

@@ -9,6 +9,7 @@ __all__ = [
"NewEditionCheckerThread",
"recreateElsaFile",
"recreateFile",
"Catalogue"
]
from .admin_console import AdminCommands
@@ -20,3 +21,4 @@ from .thread_bookgrabber import BookGrabber
from .thread_neweditions import NewEditionCheckerThread
from .threads_autoadder import AutoAdder
from .threads_availchecker import AvailChecker
from .catalogue import Catalogue