"""Configuration constants for model hosting container standards."""

# This module can be extended with general configuration that applies
# to all frameworks. Framework-specific configuration should be imported
# from their respective submodules:
# - FastAPI: from .common.fastapi import EnvVars, ENV_CONFIG
# - SageMaker: from .sagemaker import ... (when needed)
