进行文件的逻辑拆分

初步对ui.py以及novel_generator.py进行了拆分
This commit is contained in:
YILING0013
2025-02-16 22:32:32 +08:00
parent 0be413236b
commit ba10e6dd66
24 changed files with 4410 additions and 1823 deletions
+2
View File
@@ -0,0 +1,2 @@
# ui/__init__.py
from .main_window import NovelGeneratorGUI