style: 规范化部分模块注释

This commit is contained in:
2026-06-04 08:08:20 +08:00
parent b31c045aa5
commit 6a3fa75e13
33 changed files with 540 additions and 77 deletions
+7
View File
@@ -1,3 +1,5 @@
"""猜测谜题模块 (预留)"""
from heurams.services.logger import get_logger
from .base import BasePuzzle
@@ -6,5 +8,10 @@ logger = get_logger(__name__)
class GuessPuzzle(BasePuzzle):
"""猜测型谜题 (预留实现)
要求用户猜测词义, 尚未完成实现.
"""
def __init__(self):
super().__init__()