Spaces:
Running
Running
File size: 187 Bytes
7e15c9c |
1 2 3 4 5 6 7 8 |
"""
Gradio interface components for Board Game Arena.
"""
from .gradio_config_generator import run_game_with_existing_infrastructure
__all__ = ['run_game_with_existing_infrastructure']
|