game_reasoning_arena / ui /__init__.py
lcipolina's picture
Updated after name change
7e15c9c verified
raw
history blame contribute delete
187 Bytes
"""
Gradio interface components for Board Game Arena.
"""
from .gradio_config_generator import run_game_with_existing_infrastructure
__all__ = ['run_game_with_existing_infrastructure']