rabukasim / tools /debug /debug_rust.py
trioskosmos's picture
Upload folder using huggingface_hub
463f868 verified
import engine_rust
print("engine_rust dir:", dir(engine_rust))
if hasattr(engine_rust, "PyVectorGameState"):
print("PyVectorGameState methods:", dir(engine_rust.PyVectorGameState))
else:
print("PyVectorGameState not found")