[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- object:
The most base type
- nflgame.game.Game:
Game represents a single pre- or regular-season game.
- nflgame.player.Player:
Player represents a single player and all of his statistical
categories for a single game.
- nflgame.player.Players:
Players implements a sequence type and provides a convenient API
for searching sets of players.