diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-10-17 09:05:57 +0000 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-10-17 09:05:57 +0000 |
| commit | 5c3689a711e18cfc3b6a4c699af688753179e007 (patch) | |
| tree | 2dc84648312607378ec5ef7d087c578907bb8dc5 /controller.py | |
| parent | 7643486d7122b322a052bfca8ec83326c48053d0 (diff) | |
| parent | 299d89197fa4edad742b0ca1838a7b98242b13ce (diff) | |
Merge branch 'develop' into 'main'
Full functionality and documentation for first version
See merge request KaranJayachandra/match_up!5
Diffstat (limited to 'controller.py')
| -rw-r--r-- | controller.py | 4 |
1 files changed, 2 insertions, 2 deletions
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]: |
