Team
Provides dataclasses for representing a CTF team and its related information.
ctftime_api.models.team.BaseTeam
pydantic-model
¶
ctftime_api.models.team.Team
pydantic-model
¶
Bases: BaseTeam
Represents a CTF team
Fields:
-
country
(CountryAlpha2 | None
) -
academic
(bool
) -
aliases
(list[str]
)