From c773faeea93fe5db2eb493c79c0c82f46336493c Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sun, 6 Jul 2025 13:31:37 +0200 Subject: Running application --- app/controller.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/controller.py') diff --git a/app/controller.py b/app/controller.py index b00bf6b..498715d 100644 --- a/app/controller.py +++ b/app/controller.py @@ -1,8 +1,8 @@ from typing import Tuple from operator import attrgetter -from match_up.data import Game, PLAYER_PER_COURT -from match_up.model import Player, PlayerList, CourtList -from match_up.utilities import ( +from app.data import Game, PLAYER_PER_COURT +from app.model import Player, PlayerList, CourtList +from app.utilities import ( _create_placeholders, _select_players, _create_shuffle_games, -- cgit v1.3.1