Coverage for openhcs/core/memory/framework_ops.py: 100.0%
2 statements
« prev ^ index » next coverage.py v7.11.0, created at 2025-11-04 02:09 +0000
« prev ^ index » next coverage.py v7.11.0, created at 2025-11-04 02:09 +0000
1"""
2Framework operations data for memory type system.
4This module now imports from the unified framework_config.py.
5All framework-specific operations are consolidated in a single source of truth.
7DEPRECATED: This module is maintained for backward compatibility.
8New code should import directly from framework_config.py.
9"""
11from openhcs.core.memory.framework_config import _FRAMEWORK_CONFIG
13# Re-export for backward compatibility
14_FRAMEWORK_OPS = _FRAMEWORK_CONFIG