File size: 141 Bytes
463f868
 
 
 
 
1
2
3
4
5
6
from engine.game.game_state import initialize_game

print("Initializing...")
state = initialize_game(use_real_data=True)
print("Done!")