updated data.py docstrings

This commit is contained in:
Nicholas Dyer 2023-05-12 11:46:23 -04:00
parent d322949b5a
commit 4045930bd9

View File

@ -3,7 +3,12 @@ import json
class SaveData:
"""
Class used to read and write save data for the game
Attributes:
attributes (dict): Dictionary containing all the attributes to read and write from a save file.
"""
def __init__(self):
"""
Constructs the object with all starting values.