1
0
Files

10 lines
150 B
Python
Raw Permalink Normal View History

2026-01-19 19:21:08 +08:00
from pathlib import Path
def launch_game(game_path: Path) -> None:
"""
Launch given Ballance game and wait until it quit.
"""
pass