some final touches

This commit is contained in:
Ruediger Ludwig 2022-12-30 08:44:41 +01:00
parent 0843624f17
commit cf05072def
3 changed files with 77 additions and 101 deletions

View file

@ -304,7 +304,7 @@ class PasswordCubeJungle(PasswordJungle):
return result
@ dataclass(slots=True)
@dataclass(slots=True)
class PasswordSimpleJungle(PasswordJungle):
def wrap(self, player: Player) -> Player:
match player.facing: