1
0
This commit is contained in:
2025-11-05 00:17:12 +08:00
parent 0d103222fa
commit b1aa4542c1
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):