Team Needs Response¶
griddy / nfl / models / responses / team_needs_response**
team_needs_response
¶
Classes¶
TeamNeedsResponseTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.responses.team_needs_response.TeamNeedsResponseTypedDict[TeamNeedsResponseTypedDict]
click griddy.nfl.models.responses.team_needs_response.TeamNeedsResponseTypedDict href "" "griddy.nfl.models.responses.team_needs_response.TeamNeedsResponseTypedDict"
Attributes¶
teams
instance-attribute
¶
teams: List[TeamNeedsTypedDict]
List of teams along with their needs analysis
TeamNeedsResponse
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.responses.team_needs_response.TeamNeedsResponse[TeamNeedsResponse]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.team_needs_response.TeamNeedsResponse
click griddy.nfl.models.responses.team_needs_response.TeamNeedsResponse href "" "griddy.nfl.models.responses.team_needs_response.TeamNeedsResponse"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"