Archived
0
0
This commit is contained in:
2025-10-30 23:03:10 +08:00
parent 98f225efe4
commit bf79d9ef6f
5 changed files with 4 additions and 77 deletions

View File

@@ -2,7 +2,6 @@
from base import BasePuzzle
import random
@BasePuzzle.register("multiple_choice")
class MCQPuzzle(BasePuzzle):
"""选择题谜题生成器"""