# 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