moonfish_chess / server /__init__.py
luccabb's picture
Upload folder using huggingface_hub
3e1f9da verified
raw
history blame contribute delete
116 Bytes
"""Chess OpenEnv server module."""
from .chess_environment import ChessEnvironment
__all__ = ["ChessEnvironment"]