File size: 307 Bytes
9b43224
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (c) 2024 TeeUnit Project
# SPDX-License-Identifier: MIT

"""
TeeUnit OpenEnv Server

This module provides the server-side implementation of the TeeUnit environment,
exposing Teeworlds game control through MCP tools.
"""

from .tee_environment import TeeEnvironment

__all__ = ["TeeEnvironment"]