transformer / server /__init__.py
Mohith202's picture
Deploy BrainRL OpenEnv server
82614b0 verified
Raw
History Blame Contribute Delete
178 Bytes
"""Server package for the BrainRL region selection environment."""
from .brain_environment import BrainRegionSelectionEnvironment
__all__ = ["BrainRegionSelectionEnvironment"]