Restore Project 1 to original state

This commit is contained in:
2026-02-10 19:31:23 -05:00
parent 61188d673f
commit 865821c330
2 changed files with 2 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
import random
from Card import Card
"""
Defines the deck of cards used in the Solitaire game. Contains methods to shuffle the deck, deal cards, and check the number of remaining cards.