"""Model hosting container standards.

Framework-specific functionality should be imported from their respective submodules:
- SageMaker: from .sagemaker import ping, invoke, register_ping_handler, register_invocation_handler
- FastAPI: from .common.fastapi import EnvVars, ENV_CONFIG
"""

__version__ = "0.1.13"
