From 8f1438964e1a336c44609cd4cc4c6aef61137011 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Thu, 17 Oct 2024 10:38:41 +0200 Subject: Added content to the README and reordered the code --- controller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'controller.py') diff --git a/controller.py b/controller.py index 2e09e9f..e6dc827 100644 --- a/controller.py +++ b/controller.py @@ -1,8 +1,8 @@ from typing import Tuple from operator import attrgetter from dataclasses import dataclass -from utilities import sample_list -from model import Team, Game, PlayerList, CourtList, Timer, MAX_LEVEL, PLAYER_PER_COURT +from utilities import sample_list, Timer +from model import Team, Game, PlayerList, CourtList, MAX_LEVEL, PLAYER_PER_COURT def _create_placeholders(courts: dict, name: str) -> list[Game]: -- cgit v1.3.1