spine.utils.globals

Deprecated compatibility shim for legacy global constants imports.

This module preserves the historical spine.utils.globals import path while the codebase and downstream users migrate to spine.constants.

Importing this module emits a DeprecationWarning and re-exports the public constants package surface so older code can continue to resolve symbols such as shape IDs, PID IDs, column selectors, and material constants.

New code should import directly from spine.constants or one of its focused submodules such as spine.constants.enums or spine.constants.columns.