fix lint + black formating + SITULITUPU

This commit is contained in:
2026-04-01 18:02:38 +02:00
parent a4d8f3fbfe
commit be997c5d17
6 changed files with 33 additions and 13 deletions
+3 -1
View File
@@ -6,7 +6,9 @@ from .amaz_lib import Maze, MazeGenerator, MazeSolver
class AMazeIng(BaseModel):
"""Represent a complete maze configuration, generation, and solving setup."""
"""Represent a complete maze configuration, generation,
and solving setup.
"""
model_config = ConfigDict(arbitrary_types_allowed=True)