Rename card.py to cards/card.py

This commit is contained in:
Brad Stein 2017-12-30 11:57:25 -06:00 committed by GitHub
parent 92bd340d3a
commit 59786f69ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,4 +69,4 @@ class Card:
counter = 0
for c in card:
print(str(counter) + ": " + c.identify())
counter += 1
counter += 1