aboutsummaryrefslogtreecommitdiff
path: root/app/controller.py
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2025-07-06 13:31:37 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2025-07-06 13:31:37 +0200
commitc773faeea93fe5db2eb493c79c0c82f46336493c (patch)
treee1669ddfe85f6233673b6b04cb71e4fa1e7fed11 /app/controller.py
parent0da8dc16fb26e9df5d0efd7c7a463e354d8e00cf (diff)
Running application
Diffstat (limited to 'app/controller.py')
-rw-r--r--app/controller.py6
1 files changed, 3 insertions, 3 deletions
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,