chore: restructured project, updated readme

This commit is contained in:
2025-10-29 09:31:40 +01:00
parent a4460ec17b
commit ee62c65ae7
70 changed files with 8518 additions and 100 deletions

View File

@@ -8,7 +8,7 @@
from PySide6 import QtCore, QtGui, QtWidgets
from src.logic.dataclass import BookData
from src.core.models import BookData
class Ui_Dialog(object):