Rating
Provides a dataclass for representing a CTF team rating.
ctftime_api.models.rating.Rating
pydantic-model
Bases: BaseModel
Represents a CTF team rating.
Fields:
-
rating_place
(int | None
)
-
organizer_points
(float | None
)
-
rating_points
(float | None
)
-
country_place
(int | None
)