Android: initial working version

This commit is contained in:
Berserker
2026-03-26 07:58:11 +01:00
parent fb45a2f87e
commit 07e6be7c93
15 changed files with 87 additions and 24 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def _generate_local_inner(games: Iterable[str],
with TemporaryDirectory() as players_dir:
with TemporaryDirectory() as output_dir:
import Generate
import Main
import generate_lib
for n, game in enumerate(games, 1):
player_path = Path(players_dir) / f"{n}.yaml"