removed Card class dependency

This commit is contained in:
Jakub Senderák
2020-04-22 14:12:50 +02:00
parent 357d36b89a
commit 2fb53d1c3d
+1 -1
View File
@@ -52,7 +52,7 @@ class Card_values(Enum):
return NotImplemented
class Card(JSONEncoder):
class Card():
def __init__(self, color: Card_colors, value: Card_values):
self.color = color
self.value = value