File size: 174 Bytes
eb2d131 | 1 2 3 4 5 6 | """Backward-compatible alias for older imports."""
from server.environment import IncidentCommandCenterEnvironment
SupportEnvEnvironment = IncidentCommandCenterEnvironment
|
eb2d131 | 1 2 3 4 5 6 | """Backward-compatible alias for older imports."""
from server.environment import IncidentCommandCenterEnvironment
SupportEnvEnvironment = IncidentCommandCenterEnvironment
|