ServerConfig# class ServerConfig(num_rounds: int = 1, round_timeout: float | None = None)[source]# Bases: object Flower server config. All attributes have default values which allows users to configure just the ones they care about. Methods Attributes num_rounds round_timeout