GOA / evolution_logic.json
yewint's picture
Initialize evolution_logic.json with default values
99b34cc unverified
raw
history blame contribute delete
160 Bytes
Invalid JSON: Unexpected token 'i', "import jso"... is not valid JSON
import json
with open("evolution_logic.json", "w") as f:
json.dump({"status": "initialized", "version": 1.0}, f)
print("✅ evolution_logic.json created.")