Rename hand.py to player/hand.py

This commit is contained in:
Brad Stein 2017-12-30 12:08:19 -06:00 committed by GitHub
parent 92bd19ce69
commit 4f70b88f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
return unique_type