hashhub/testbuilds/cmd/out/main.py
2024-06-15 19:39:52 +02:00

9 lines
220 B
Python

import player
import ast
file = open("game.HEGF", 'r')
file = file.read()
file = ast.literal_eval(file)
temp = fAPIPLUG=player.loadplugins(False)
player.execgame(file, fAPIPLUG=temp[0], fRUNPLUG=temp[1])