Multi-Agent-Incident-Command-Center / server /support_env_environment.py
SwapnilPatil28's picture
New Upgrade to Multi-Agent Incident Command Center
eb2d131 verified
raw
history blame contribute delete
174 Bytes
"""Backward-compatible alias for older imports."""
from server.environment import IncidentCommandCenterEnvironment
SupportEnvEnvironment = IncidentCommandCenterEnvironment