From 4f70b88f0ac3751021ce27bf50d78583a6ea5f75 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 30 Dec 2017 12:08:19 -0600 Subject: [PATCH] Rename hand.py to player/hand.py --- hand.py => player/hand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename hand.py => player/hand.py (94%) 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