adds stats class
This commit is contained in:
parent
f9cda1202e
commit
c150813635
|
@ -132,6 +132,11 @@ class Game(object):
|
||||||
return (right, wrong, total)
|
return (right, wrong, total)
|
||||||
|
|
||||||
|
|
||||||
|
class Stats(object):
|
||||||
|
"""TODO placeholder for the stats class"""
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class Player(object):
|
class Player(object):
|
||||||
"""TODO placeholder for the player class"""
|
"""TODO placeholder for the player class"""
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue