sre-arena / server /__init__.py
G Rohith Yadav
Phase 1 + 2 + 2.5 complete: simulator, FastAPI server, seedable env (83 tests passing)
b914800
Raw
History Blame Contribute Delete
427 Bytes
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
"""SRE Arena Env server components."""
# Environment import deferred to avoid circular issues during Phase 1 bootstrap.
# Import directly: from sre_arena_env.server.sre_arena_env_environment import SreArenaEnvironment