Archived
0
0
This commit is contained in:
2025-12-17 20:47:29 +08:00
parent 321f287263
commit 8da8354609
13 changed files with 47 additions and 30 deletions

View File

@@ -17,6 +17,7 @@ from heurams.services.logger import get_logger
logger = get_logger(__name__)
class RecognitionConfig(TypedDict):
__origin__: str
__hint__: str
@@ -112,4 +113,4 @@ class Recognition(BasePuzzleWidget):
self.atom.lock(1)
self.atom.minimize(5)
else:
pass
pass