Added comments to Solitaire.py and main.py

This commit is contained in:
2026-01-29 12:29:57 -05:00
parent 685981814f
commit 97be5471fc
2 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,6 @@
"""
This is the main file that should be called to run the simulation.
"""
from Solitaire import Solitaire