优化 import

This commit is contained in:
2025-06-28 18:45:20 +08:00
parent 8a07bb728e
commit 9d703212ef
6 changed files with 10 additions and 8 deletions

View File

@@ -53,4 +53,4 @@ class DocPaper:
if __name__ == '__main__':
...
...

View File

@@ -122,6 +122,7 @@ class Student:
for q in self._picked_questions:
q.increase_count()
class Course:
def __init__(self, name: str):
self._name = name

View File

@@ -1,11 +1,11 @@
import math
import os
import traceback
from typing import Literal
import pythoncom
from PySide6.QtCore import QObject, Signal
from win32com import client
from typing import Literal
from module.achievement.doc import DocxWriter
from module.achievement.excel import ExcelReader