refactor: update documentation server implementation and improve semester class logic

This commit is contained in:
2026-02-10 14:59:34 +01:00
parent 2e5cda6689
commit 29824e8c04
5 changed files with 79 additions and 59 deletions

View File

@@ -1,4 +1,3 @@
from src.shared.logging import log
from PySide6 import QtWidgets

View File

@@ -255,7 +255,6 @@ class Settings(QtWidgets.QDialog, _settings):
def launch_settings():
app = QtWidgets.QApplication(sys.argv)
window = Settings()
window.show()