Refactoring

This commit is contained in:
Lukas Wölfer
2019-04-21 01:36:37 +02:00
parent 87cfcbf7c0
commit 7f055eb302
4 changed files with 48 additions and 44 deletions

View File

@@ -110,7 +110,7 @@ class Board:
result <<= 5
result |= field_card.identifier()
return result
return result
def check_correct(self) -> bool:
"""Returns true, if the board is in a valid state"""