Archived
0
0
This commit is contained in:
2025-11-05 00:17:12 +08:00
parent 4eaff18685
commit b63813f84d
8 changed files with 70 additions and 66 deletions

View File

@@ -1,5 +1,5 @@
# mcq.py
from base import BasePuzzle
from .base import BasePuzzle
import random
class MCQPuzzle(BasePuzzle):