removed Card class dependency
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ class Card_values(Enum):
|
|||||||
return NotImplemented
|
return NotImplemented
|
||||||
|
|
||||||
|
|
||||||
class Card(JSONEncoder):
|
class Card():
|
||||||
def __init__(self, color: Card_colors, value: Card_values):
|
def __init__(self, color: Card_colors, value: Card_values):
|
||||||
self.color = color
|
self.color = color
|
||||||
self.value = value
|
self.value = value
|
||||||
|
|||||||
Reference in New Issue
Block a user