NFHSField#

Note
sportypy currently offers support for 11-player, 9-player, 8-player, and 6-player high school football. Be sure to pass the appropriate value to n_players when instantiating this class
class sportypy.surfaces.football.NFHSField(n_players=11, field_updates={}, *args, **kwargs)#

A subclass of FootballField specific to the NFHS.

See FootballField class documentation for full description.