File size: 190 Bytes
6aeb377
 
 
 
 
1
2
3
4
5
6
"""Swarm Arena simulator, exact oracle, data pipeline, and frozen evaluation."""

from .arena import ARENA_VERSION, ArenaEnv, GameState

__all__ = ["ARENA_VERSION", "ArenaEnv", "GameState"]