adds stats class

This commit is contained in:
waldek 2021-05-25 07:44:03 +02:00
parent f9cda1202e
commit c150813635
1 changed files with 5 additions and 0 deletions

View File

@ -132,6 +132,11 @@ class Game(object):
return (right, wrong, total)
class Stats(object):
"""TODO placeholder for the stats class"""
pass
class Player(object):
"""TODO placeholder for the player class"""
pass