from games.snake.snake import snake game = snake() def process(command: str): res1, _ = game.query_entry_point(command) return res1