diff --git a/hand.py b/player/hand.py similarity index 94% rename from hand.py rename to player/hand.py index d935eeb..a15d176 100644 --- a/hand.py +++ b/player/hand.py @@ -39,4 +39,4 @@ class Hand(Supply): current_type = c.get_type() if not current_type in unique_type: unique_type.append(current_type) - return unique_type \ No newline at end of file + return unique_type