hashhub/testbuilds/SEQSID/out/main.py

8 lines
142 B
Python
Raw Normal View History

2024-05-25 22:21:27 +02:00
import player
import ast
file = open("game.HEGF", 'r')
file = file.read()
file = ast.literal_eval(file)
player.execgame(file)