release: v0.2.0 #28

Merged
david-spacil merged 35 commits from version/v0.2.0 into main 2026-06-27 19:42:23 +02:00
Showing only changes of commit db3f71592c - Show all commits
+2 -2
View File
@@ -211,8 +211,8 @@ def add_players() -> None:
else:
break
def to_sorted_tuple(d: dict[str, int], s: bool = True) -> (tuple[list[tuple[int, str, int]],
dict[str, int]]):
def to_sorted_tuple(d: dict[str, int], s: bool = True) -> tuple[list[tuple[int, str, int]],
dict[str, int]]:
L: list[tuple[int, str, int]] = []
if s: