1
0
Files
2026-01-19 22:43:58 +08:00

10 lines
150 B
Python

from pathlib import Path
def launch_game(game_path: Path) -> None:
"""
Launch given Ballance game and wait until it quit.
"""
pass