更新 'game_stats.py'

This commit is contained in:
206530230 2021-06-22 13:49:46 +08:00
parent f908346a91
commit a1dd17976b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
class GameStats():
"""跟踪游戏的统计信息"""
def __init__(self, ai_settings):
def __init__(self, ai_settings):
"""初始化统计信息"""