Documentation

This commit is contained in:
Zed 2023-03-02 17:53:33 -06:00
parent 3300476757
commit 9a29e1a7fe

View File

@ -9,7 +9,7 @@ from game.base import BaseGameManager
class PointsManager(BaseGameManager):
"""Commands that run when a player makes a guess"""
"""Commands that run when a player wants to view the session leaderboard"""
def __init__(self):
super().__init__()