diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-10-17 09:05:12 +0000 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-10-17 09:05:12 +0000 |
| commit | 299d89197fa4edad742b0ca1838a7b98242b13ce (patch) | |
| tree | 2dc84648312607378ec5ef7d087c578907bb8dc5 /controller.py | |
| parent | 36cc7d82a55cbd8167e1f52637dd1938497dd8cc (diff) | |
| parent | 02f7ee71560ade362afd415d0664d9243fe017a5 (diff) | |
Merge branch 'feature/docs' into 'develop'
Added a starting point for all documentation
See merge request KaranJayachandra/match_up!4
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]: |
