1
0
Fork 0

docs update

This commit is contained in:
Lili (Tlapka) 2021-03-30 14:27:59 +02:00
parent f73b94d593
commit b1ca5ed09b
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ import yaml # reads hint configurations from a .yml file
class HintGiver:
"""Class holding all the possible hints for all levels, and giving them
out when asked for."""
out when asked for.
Also keeps track of previously given hints, and total given hints in a game."""
def __init__(self, hint_filename):
"""Create a hint giver from file `filename`."""